Shades of Fire Engine Red #D91926
Tints of Fire Engine Red #D91926
RGB
CMYK
RGB Variations
Color information
#D91926 (or 0xD91926) is known color: Fire Engine Red. HEX triplet: D9, 19 and 26. RGB value is (217,25,38). Sum of RGB (Red+Green+Blue) = 217+25+38=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D91926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91926 is #26E6D9. Grayscale: #545454. Windows color (decimal): -2549466 or 2496985. OLE color: 2496985.
HSL color Cylindrical-coordinate representation of color #D91926: hue angle of 355.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91926 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 38 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.15 |
| HSL | 355.94º | 0.79% | 0.47% | - |
| HSV(B) | 355.94º | 0.88% | 0.85% | - |
| XYZ | 29.31 | 15.59 | 3.3 | - |
| YUV | 83.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 38 | 0 | 0.88 | 0.82 | 0.15 | 355.94 | 0.79 | 0.47 |
| Hex | D9 | 19 | 26 | 0 | 58 | 52 | F | 164 | 4F | 2F |
| Octal | 331 | 31 | 46 | 0 | 130 | 122 | 17 | 544 | 117 | 57 |
| Binary | 11011001 | 11001 | 100110 | 0 | 1011000 | 1010010 | 1111 | 101100100 | 1001111 | 101111 |
Color Harmonies of #D91926
Complementary color
Monochromatic Colors of #D91926
Black with #D91926
Text Example
Text Example
White with #D91926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91926; }
p { color: rgb(217,25,38); }
H1.HeaderClassName
{
color: #D91926;
}
.AnyTagClassName
{
color: #D91926;
}
</style>
background-color css
<style>
a { background-color: #D91926; }
a { background-color: rgb(217,25,38); }
div.DivClassName
{
background-color: #D91926;
}
.BgClassName
{
background-color: #D91926;
}
</style>
border-color css
<style>
span { border-color: #D91926; }
span { border-color: rgb(217,25,38); }
td.TdClassName
{
border-color: #D91926;
}
.TagClassName
{
border-color: #D91926;
}
</style>