Color Red red (#ff0000):
HEX, RGB color codes for HTML and CSS
The Comprehensive Guide to Red red (#ff0000):
Its Meaning and Harmonious Color Matches in Design.
Hue Family:
reds
reds Family:
neutral-vibrant
Saturation:
highly saturated
Tones:
colorful tone
Shade:
light
Temperature:
warm
Chromaticity:
chromatic
Chroma:
high chroma
Color Information about Red / #ff0000
The HTML HEX code is #ff0000. The corresponding color name is "Red". In RGB values (additive color space used for Digital Displays), this HEX code translates to Red (R): 255%, Green (G): 0%, Blue (B): 0%. In the CMYK color model (subtractive color model used in printing), it is represented by Cyan (C): 0%, Magenta (M): 100%, Yellow (Y):100%, Black (K): 0%. In the HSL color space, #ff0000 has a hue of 0°, saturation of 100%, and lightness of 50%. The HSV representation is 0° for hue, 100% for saturation, and 100% for value.
In the CIE-LAB color space, the color is denoted by L* (lightness) = 53, a* (green to red) = 80, and b* (blue to yellow) = 67. The XYZ representation is X: 41, Y: 21, Z: 2. In the YUV color space, it translates to Y (luminance) = 0.2990, U (chrominance) = -0.1471, and V (chrominance) = 0.6150.
The decimal value of the color is 16711680. The closest Web-safe HEX code is #FF0000. Variations of the colour are #FF6666 for a 20% lighter version and #990000 for a 20% darker version.
For the color with hex value #ff0000, the correlated color temperature (CT) is estimated to be 2655 Kelvin (2655K).
The approximate wavelength of #ff0000 is around 700.00nm.
VALUE | CSS | |
---|---|---|
HEX Code | ff0000 | #ff0000 |
RGB Decimal Code | 255, 0, 0 | rgb(255, 0, 0) |
CMYK | 0, 100, 100, 0 | / |
HSL | 0°, 100%, 50% | hsl(0°, 100%, 50%) |
HSV | 0°, 100%, 100% | / |
CIE-LAB | 53, 80, 67 | / |
XYZ | 41, 21, 2 | / |
YUV | 0.2990, -0.1471, 0.6150 | / |
Decimal value | 16711680 | / |
Web-Safe HEX | FF0000 | #FF0000 |
Color Temperature (CT) | 2655 Kelvin (2655K) | / |
Estimate Wavelength | around 700.00nm | / |
The Depth and Diversity of Red (Hex: #ff0000): Exploring its Impact in Design and Culture
The hex color #ff0000, commonly known as Red, bears a striking resemblance to fiery elements found in nature. Imagine a vibrant red sunset casting its warm glow across a serene landscape, or a crackling bonfire illuminating a starry night sky. This color evokes feelings of intensity, passion, and power, akin to the fierce flames of a raging inferno or the alluring allure of a ripe red apple. It can also be associated with blood, roses, and cardinal birds, showcasing its versatility and ubiquity in various natural elements and objects.
Download Stunning Red Wallpapers and Backgrounds
Enhance your devices with our minimalistic yet captivating Red Wallpapers, perfectly designed for 4K, 5K, iPhone, and Android screens. Experience a unique aesthetic that brings elegance to your digital life.
Experience Elegance with Red 4K Wallpaper
Immerse yourself in the beauty of our Red 4K Wallpaper, offering a resolution of 3840px by 2160px. Perfect for high-resolution displays, this wallpaper brings a touch of sophistication to your desktop.
Download Red 4K WallpaperTints and Shades of #ff0000 HEX color (Red)
In color theory, tints and shades are essential for understanding the depth and luminosity of colors. A tint is achieved by adding white to a pure hue, lightening its appearance. Conversely, a shade results from blending black with a color, giving it a deeper tone. In the context of #ff0000, this color stands at the center between its tints and shades. While the tints get progressively lighter moving towards white (#ffffff), the shades deepen towards black (#000000).
- #ffffff
- #FFBFBF
- #FF8080
- #FF4040
- #ff0000
- #BF0000
- #800000
- #400000
- #000000
Tones of Red (#ff0000 HEX color)
A tone is produced by adding gray to any pure hue. In the case of #ff0000, #cc3333 is the less saturated color, while #ff0000 is the most saturated one.
- #cc3333
- #d92626
- #e61a1a
- #f20d0d
- #ff0000
- #523333
- #4a2626
- #421a1a
- #3b0d0d
HTML Usage Examples
HTML using color code example
<p style="color: #ff0000;">This is a css example</p>
HTML / CSS Color Name using W3C
W3C HTML / CSS Color Name of #ff0000 is red.
CSS color code example
p { color: #ff0000; }
Text with hexadecimal color #ff0000
This is a sample text with color #ff0000.
Background Color with #ff0000
This is a example with background color #ff0000.
Border Color with #ff0000
#ff0000 Color Preview on White (#ffffff) Background
This is a example of text with color #ff0000 on white background.
#ff0000 Color Preview on Black (#000000) Background
This is a example of text with color #ff0000 on black background.
CSS codes examples
.text {color:#ff0000;}
.background {background-color:#ff0000;}
.border {border:1px solid #ff0000;}