Shades of Fire Engine Red #D60824
Tints of Fire Engine Red #D60824
RGB
CMYK
RGB Variations
Color information
#D60824 (or 0xD60824) is known color: Fire Engine Red. HEX triplet: D6, 08 and 24. RGB value is (214,8,36). Sum of RGB (Red+Green+Blue) = 214+8+36=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60824 is #29F7DB. Grayscale: #484848. Windows color (decimal): -2750428 or 2361558. OLE color: 2361558.
HSL color Cylindrical-coordinate representation of color #D60824: hue angle of 351.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60824 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 36 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.16 |
| HSL | 351.84º | 0.93% | 0.44% | - |
| HSV(B) | 351.84º | 0.96% | 0.84% | - |
| XYZ | 28.14 | 14.6 | 3 | - |
| YUV | 72.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 36 | 0 | 0.96 | 0.83 | 0.16 | 351.84 | 0.93 | 0.44 |
| Hex | D6 | 8 | 24 | 0 | 60 | 53 | 10 | 160 | 5D | 2C |
| Octal | 326 | 10 | 44 | 0 | 140 | 123 | 20 | 540 | 135 | 54 |
| Binary | 11010110 | 1000 | 100100 | 0 | 1100000 | 1010011 | 10000 | 101100000 | 1011101 | 101100 |
Color Harmonies of #D60824
Complementary color
Monochromatic Colors of #D60824
Black with #D60824
Text Example
Text Example
White with #D60824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60824; }
p { color: rgb(214,8,36); }
H1.HeaderClassName
{
color: #D60824;
}
.AnyTagClassName
{
color: #D60824;
}
</style>
background-color css
<style>
a { background-color: #D60824; }
a { background-color: rgb(214,8,36); }
div.DivClassName
{
background-color: #D60824;
}
.BgClassName
{
background-color: #D60824;
}
</style>
border-color css
<style>
span { border-color: #D60824; }
span { border-color: rgb(214,8,36); }
td.TdClassName
{
border-color: #D60824;
}
.TagClassName
{
border-color: #D60824;
}
</style>