Shades of Fire Engine Red #D91019
Tints of Fire Engine Red #D91019
RGB
CMYK
RGB Variations
Color information
#D91019 (or 0xD91019) is known color: Fire Engine Red. HEX triplet: D9, 10 and 19. RGB value is (217,16,25). Sum of RGB (Red+Green+Blue) = 217+16+25=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D91019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91019 is #26EFE6. Grayscale: #4D4D4D. Windows color (decimal): -2551783 or 1642713. OLE color: 1642713.
HSL color Cylindrical-coordinate representation of color #D91019: hue angle of 357.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91019 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.15 |
| HSL | 357.31º | 0.86% | 0.46% | - |
| HSV(B) | 357.31º | 0.93% | 0.85% | - |
| XYZ | 28.98 | 15.19 | 2.32 | - |
| YUV | 77.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 25 | 0 | 0.93 | 0.88 | 0.15 | 357.31 | 0.86 | 0.46 |
| Hex | D9 | 10 | 19 | 0 | 5D | 58 | F | 165 | 56 | 2E |
| Octal | 331 | 20 | 31 | 0 | 135 | 130 | 17 | 545 | 126 | 56 |
| Binary | 11011001 | 10000 | 11001 | 0 | 1011101 | 1011000 | 1111 | 101100101 | 1010110 | 101110 |
Color Harmonies of #D91019
Complementary color
Monochromatic Colors of #D91019
Black with #D91019
Text Example
Text Example
White with #D91019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91019; }
p { color: rgb(217,16,25); }
H1.HeaderClassName
{
color: #D91019;
}
.AnyTagClassName
{
color: #D91019;
}
</style>
background-color css
<style>
a { background-color: #D91019; }
a { background-color: rgb(217,16,25); }
div.DivClassName
{
background-color: #D91019;
}
.BgClassName
{
background-color: #D91019;
}
</style>
border-color css
<style>
span { border-color: #D91019; }
span { border-color: rgb(217,16,25); }
td.TdClassName
{
border-color: #D91019;
}
.TagClassName
{
border-color: #D91019;
}
</style>