Shades of Fire Engine Red #D80D19
Tints of Fire Engine Red #D80D19
RGB
CMYK
RGB Variations
Color information
#D80D19 (or 0xD80D19) is known color: Fire Engine Red. HEX triplet: D8, 0D and 19. RGB value is (216,13,25). Sum of RGB (Red+Green+Blue) = 216+13+25=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D19 is #27F2E6. Grayscale: #4B4B4B. Windows color (decimal): -2618087 or 1641944. OLE color: 1641944.
HSL color Cylindrical-coordinate representation of color #D80D19: hue angle of 356.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D19 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 25 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.15 |
| HSL | 356.45º | 0.89% | 0.45% | - |
| HSV(B) | 356.45º | 0.94% | 0.85% | - |
| XYZ | 28.64 | 14.96 | 2.3 | - |
| YUV | 75.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 25 | 0 | 0.94 | 0.88 | 0.15 | 356.45 | 0.89 | 0.45 |
| Hex | D8 | D | 19 | 0 | 5E | 58 | F | 164 | 59 | 2D |
| Octal | 330 | 15 | 31 | 0 | 136 | 130 | 17 | 544 | 131 | 55 |
| Binary | 11011000 | 1101 | 11001 | 0 | 1011110 | 1011000 | 1111 | 101100100 | 1011001 | 101101 |
Color Harmonies of #D80D19
Complementary color
Monochromatic Colors of #D80D19
Black with #D80D19
Text Example
Text Example
White with #D80D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D19; }
p { color: rgb(216,13,25); }
H1.HeaderClassName
{
color: #D80D19;
}
.AnyTagClassName
{
color: #D80D19;
}
</style>
background-color css
<style>
a { background-color: #D80D19; }
a { background-color: rgb(216,13,25); }
div.DivClassName
{
background-color: #D80D19;
}
.BgClassName
{
background-color: #D80D19;
}
</style>
border-color css
<style>
span { border-color: #D80D19; }
span { border-color: rgb(216,13,25); }
td.TdClassName
{
border-color: #D80D19;
}
.TagClassName
{
border-color: #D80D19;
}
</style>