Shades of Fire Engine Red #D40E20
Tints of Fire Engine Red #D40E20
RGB
CMYK
RGB Variations
Color information
#D40E20 (or 0xD40E20) is known color: Fire Engine Red. HEX triplet: D4, 0E and 20. RGB value is (212,14,32). Sum of RGB (Red+Green+Blue) = 212+14+32=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E20 is #2BF1DF. Grayscale: #4B4B4B. Windows color (decimal): -2879968 or 2100948. OLE color: 2100948.
HSL color Cylindrical-coordinate representation of color #D40E20: hue angle of 354.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E20 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 32 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.17 |
| HSL | 354.55º | 0.88% | 0.44% | - |
| HSV(B) | 354.55º | 0.93% | 0.83% | - |
| XYZ | 27.57 | 14.42 | 2.7 | - |
| YUV | 75.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 32 | 0 | 0.93 | 0.85 | 0.17 | 354.55 | 0.88 | 0.44 |
| Hex | D4 | E | 20 | 0 | 5D | 55 | 11 | 163 | 58 | 2C |
| Octal | 324 | 16 | 40 | 0 | 135 | 125 | 21 | 543 | 130 | 54 |
| Binary | 11010100 | 1110 | 100000 | 0 | 1011101 | 1010101 | 10001 | 101100011 | 1011000 | 101100 |
Color Harmonies of #D40E20
Complementary color
Monochromatic Colors of #D40E20
Black with #D40E20
Text Example
Text Example
White with #D40E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E20; }
p { color: rgb(212,14,32); }
H1.HeaderClassName
{
color: #D40E20;
}
.AnyTagClassName
{
color: #D40E20;
}
</style>
background-color css
<style>
a { background-color: #D40E20; }
a { background-color: rgb(212,14,32); }
div.DivClassName
{
background-color: #D40E20;
}
.BgClassName
{
background-color: #D40E20;
}
</style>
border-color css
<style>
span { border-color: #D40E20; }
span { border-color: rgb(212,14,32); }
td.TdClassName
{
border-color: #D40E20;
}
.TagClassName
{
border-color: #D40E20;
}
</style>