Shades of Fire Engine Red #D62024
Tints of Fire Engine Red #D62024
RGB
CMYK
RGB Variations
Color information
#D62024 (or 0xD62024) is known color: Fire Engine Red. HEX triplet: D6, 20 and 24. RGB value is (214,32,36). Sum of RGB (Red+Green+Blue) = 214+32+36=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D62024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62024 is #29DFDB. Grayscale: #575757. Windows color (decimal): -2744284 or 2367702. OLE color: 2367702.
HSL color Cylindrical-coordinate representation of color #D62024: hue angle of 358.68º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62024 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 36 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.16 |
| HSL | 358.68º | 0.74% | 0.48% | - |
| HSV(B) | 358.68º | 0.85% | 0.84% | - |
| XYZ | 28.57 | 15.46 | 3.15 | - |
| YUV | 86.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 36 | 0 | 0.85 | 0.83 | 0.16 | 358.68 | 0.74 | 0.48 |
| Hex | D6 | 20 | 24 | 0 | 55 | 53 | 10 | 167 | 4A | 30 |
| Octal | 326 | 40 | 44 | 0 | 125 | 123 | 20 | 547 | 112 | 60 |
| Binary | 11010110 | 100000 | 100100 | 0 | 1010101 | 1010011 | 10000 | 101100111 | 1001010 | 110000 |
Color Harmonies of #D62024
Complementary color
Monochromatic Colors of #D62024
Black with #D62024
Text Example
Text Example
White with #D62024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62024; }
p { color: rgb(214,32,36); }
H1.HeaderClassName
{
color: #D62024;
}
.AnyTagClassName
{
color: #D62024;
}
</style>
background-color css
<style>
a { background-color: #D62024; }
a { background-color: rgb(214,32,36); }
div.DivClassName
{
background-color: #D62024;
}
.BgClassName
{
background-color: #D62024;
}
</style>
border-color css
<style>
span { border-color: #D62024; }
span { border-color: rgb(214,32,36); }
td.TdClassName
{
border-color: #D62024;
}
.TagClassName
{
border-color: #D62024;
}
</style>