Shades of Fire Engine Red #D00F19
Tints of Fire Engine Red #D00F19
RGB
CMYK
RGB Variations
Color information
#D00F19 (or 0xD00F19) is known color: Fire Engine Red. HEX triplet: D0, 0F and 19. RGB value is (208,15,25). Sum of RGB (Red+Green+Blue) = 208+15+25=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F19 is #2FF0E6. Grayscale: #4A4A4A. Windows color (decimal): -3141863 or 1642448. OLE color: 1642448.
HSL color Cylindrical-coordinate representation of color #D00F19: hue angle of 356.89º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F19 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 25 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.18 |
| HSL | 356.89º | 0.87% | 0.44% | - |
| HSV(B) | 356.89º | 0.93% | 0.82% | - |
| XYZ | 26.36 | 13.82 | 2.2 | - |
| YUV | 73.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 25 | 0 | 0.93 | 0.88 | 0.18 | 356.89 | 0.87 | 0.44 |
| Hex | D0 | F | 19 | 0 | 5D | 58 | 12 | 165 | 57 | 2C |
| Octal | 320 | 17 | 31 | 0 | 135 | 130 | 22 | 545 | 127 | 54 |
| Binary | 11010000 | 1111 | 11001 | 0 | 1011101 | 1011000 | 10010 | 101100101 | 1010111 | 101100 |
Color Harmonies of #D00F19
Complementary color
Monochromatic Colors of #D00F19
Black with #D00F19
Text Example
Text Example
White with #D00F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F19; }
p { color: rgb(208,15,25); }
H1.HeaderClassName
{
color: #D00F19;
}
.AnyTagClassName
{
color: #D00F19;
}
</style>
background-color css
<style>
a { background-color: #D00F19; }
a { background-color: rgb(208,15,25); }
div.DivClassName
{
background-color: #D00F19;
}
.BgClassName
{
background-color: #D00F19;
}
</style>
border-color css
<style>
span { border-color: #D00F19; }
span { border-color: rgb(208,15,25); }
td.TdClassName
{
border-color: #D00F19;
}
.TagClassName
{
border-color: #D00F19;
}
</style>