Shades of Fire Engine Red #D81719
Tints of Fire Engine Red #D81719
RGB
CMYK
RGB Variations
Color information
#D81719 (or 0xD81719) is known color: Fire Engine Red. HEX triplet: D8, 17 and 19. RGB value is (216,23,25). Sum of RGB (Red+Green+Blue) = 216+23+25=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D81719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81719 is #27E8E6. Grayscale: #515151. Windows color (decimal): -2615527 or 1644504. OLE color: 1644504.
HSL color Cylindrical-coordinate representation of color #D81719: hue angle of 359.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.15 |
| HSL | 359.38º | 0.81% | 0.47% | - |
| HSV(B) | 359.38º | 0.89% | 0.85% | - |
| XYZ | 28.8 | 15.28 | 2.35 | - |
| YUV | 80.94 | 96.44 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 25 | 0 | 0.89 | 0.88 | 0.15 | 359.38 | 0.81 | 0.47 |
| Hex | D8 | 17 | 19 | 0 | 59 | 58 | F | 167 | 51 | 2F |
| Octal | 330 | 27 | 31 | 0 | 131 | 130 | 17 | 547 | 121 | 57 |
| Binary | 11011000 | 10111 | 11001 | 0 | 1011001 | 1011000 | 1111 | 101100111 | 1010001 | 101111 |
Color Harmonies of #D81719
Complementary color
Monochromatic Colors of #D81719
Black with #D81719
Text Example
Text Example
White with #D81719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81719; }
p { color: rgb(216,23,25); }
H1.HeaderClassName
{
color: #D81719;
}
.AnyTagClassName
{
color: #D81719;
}
</style>
background-color css
<style>
a { background-color: #D81719; }
a { background-color: rgb(216,23,25); }
div.DivClassName
{
background-color: #D81719;
}
.BgClassName
{
background-color: #D81719;
}
</style>
border-color css
<style>
span { border-color: #D81719; }
span { border-color: rgb(216,23,25); }
td.TdClassName
{
border-color: #D81719;
}
.TagClassName
{
border-color: #D81719;
}
</style>