Shades of Fire Engine Red #D02426
Tints of Fire Engine Red #D02426
RGB
CMYK
RGB Variations
Color information
#D02426 (or 0xD02426) is known color: Fire Engine Red. HEX triplet: D0, 24 and 26. RGB value is (208,36,38). Sum of RGB (Red+Green+Blue) = 208+36+38=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D02426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02426 is #2FDBD9. Grayscale: #575757. Windows color (decimal): -3136474 or 2499792. OLE color: 2499792.
HSL color Cylindrical-coordinate representation of color #D02426: hue angle of 359.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02426 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 38 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.18 |
| HSL | 359.3º | 0.7% | 0.48% | - |
| HSV(B) | 359.3º | 0.83% | 0.82% | - |
| XYZ | 26.99 | 14.81 | 3.27 | - |
| YUV | 87.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 38 | 0 | 0.83 | 0.82 | 0.18 | 359.3 | 0.7 | 0.48 |
| Hex | D0 | 24 | 26 | 0 | 53 | 52 | 12 | 167 | 46 | 30 |
| Octal | 320 | 44 | 46 | 0 | 123 | 122 | 22 | 547 | 106 | 60 |
| Binary | 11010000 | 100100 | 100110 | 0 | 1010011 | 1010010 | 10010 | 101100111 | 1000110 | 110000 |
Color Harmonies of #D02426
Complementary color
Monochromatic Colors of #D02426
Black with #D02426
Text Example
Text Example
White with #D02426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02426; }
p { color: rgb(208,36,38); }
H1.HeaderClassName
{
color: #D02426;
}
.AnyTagClassName
{
color: #D02426;
}
</style>
background-color css
<style>
a { background-color: #D02426; }
a { background-color: rgb(208,36,38); }
div.DivClassName
{
background-color: #D02426;
}
.BgClassName
{
background-color: #D02426;
}
</style>
border-color css
<style>
span { border-color: #D02426; }
span { border-color: rgb(208,36,38); }
td.TdClassName
{
border-color: #D02426;
}
.TagClassName
{
border-color: #D02426;
}
</style>