Shades of Fire Engine Red #D01819
Tints of Fire Engine Red #D01819
RGB
CMYK
RGB Variations
Color information
#D01819 (or 0xD01819) is known color: Fire Engine Red. HEX triplet: D0, 18 and 19. RGB value is (208,24,25). Sum of RGB (Red+Green+Blue) = 208+24+25=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D01819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01819 is #2FE7E6. Grayscale: #4F4F4F. Windows color (decimal): -3139559 or 1644752. OLE color: 1644752.
HSL color Cylindrical-coordinate representation of color #D01819: hue angle of 359.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01819 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 25 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.18 |
| HSL | 359.67º | 0.79% | 0.45% | - |
| HSV(B) | 359.67º | 0.88% | 0.82% | - |
| XYZ | 26.51 | 14.13 | 2.25 | - |
| YUV | 79.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 25 | 0 | 0.88 | 0.88 | 0.18 | 359.67 | 0.79 | 0.45 |
| Hex | D0 | 18 | 19 | 0 | 58 | 58 | 12 | 168 | 4F | 2D |
| Octal | 320 | 30 | 31 | 0 | 130 | 130 | 22 | 550 | 117 | 55 |
| Binary | 11010000 | 11000 | 11001 | 0 | 1011000 | 1011000 | 10010 | 101101000 | 1001111 | 101101 |
Color Harmonies of #D01819
Complementary color
Monochromatic Colors of #D01819
Black with #D01819
Text Example
Text Example
White with #D01819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01819; }
p { color: rgb(208,24,25); }
H1.HeaderClassName
{
color: #D01819;
}
.AnyTagClassName
{
color: #D01819;
}
</style>
background-color css
<style>
a { background-color: #D01819; }
a { background-color: rgb(208,24,25); }
div.DivClassName
{
background-color: #D01819;
}
.BgClassName
{
background-color: #D01819;
}
</style>
border-color css
<style>
span { border-color: #D01819; }
span { border-color: rgb(208,24,25); }
td.TdClassName
{
border-color: #D01819;
}
.TagClassName
{
border-color: #D01819;
}
</style>