Shades of Fire Engine Red #D40E21
Tints of Fire Engine Red #D40E21
RGB
CMYK
RGB Variations
Color information
#D40E21 (or 0xD40E21) is known color: Fire Engine Red. HEX triplet: D4, 0E and 21. RGB value is (212,14,33). Sum of RGB (Red+Green+Blue) = 212+14+33=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E21 is #2BF1DE. Grayscale: #4B4B4B. Windows color (decimal): -2879967 or 2166484. OLE color: 2166484.
HSL color Cylindrical-coordinate representation of color #D40E21: hue angle of 354.24º 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 #D40E21 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 33 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.17 |
| HSL | 354.24º | 0.88% | 0.44% | - |
| HSV(B) | 354.24º | 0.93% | 0.83% | - |
| XYZ | 27.58 | 14.42 | 2.77 | - |
| YUV | 75.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 33 | 0 | 0.93 | 0.84 | 0.17 | 354.24 | 0.88 | 0.44 |
| Hex | D4 | E | 21 | 0 | 5D | 54 | 11 | 162 | 58 | 2C |
| Octal | 324 | 16 | 41 | 0 | 135 | 124 | 21 | 542 | 130 | 54 |
| Binary | 11010100 | 1110 | 100001 | 0 | 1011101 | 1010100 | 10001 | 101100010 | 1011000 | 101100 |
Color Harmonies of #D40E21
Complementary color
Monochromatic Colors of #D40E21
Black with #D40E21
Text Example
Text Example
White with #D40E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E21; }
p { color: rgb(212,14,33); }
H1.HeaderClassName
{
color: #D40E21;
}
.AnyTagClassName
{
color: #D40E21;
}
</style>
background-color css
<style>
a { background-color: #D40E21; }
a { background-color: rgb(212,14,33); }
div.DivClassName
{
background-color: #D40E21;
}
.BgClassName
{
background-color: #D40E21;
}
</style>
border-color css
<style>
span { border-color: #D40E21; }
span { border-color: rgb(212,14,33); }
td.TdClassName
{
border-color: #D40E21;
}
.TagClassName
{
border-color: #D40E21;
}
</style>