Shades of Fire Engine Red #D91A27
Tints of Fire Engine Red #D91A27
RGB
CMYK
RGB Variations
Color information
#D91A27 (or 0xD91A27) is known color: Fire Engine Red. HEX triplet: D9, 1A and 27. RGB value is (217,26,39). Sum of RGB (Red+Green+Blue) = 217+26+39=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91A27 is #26E5D8. Grayscale: #545454. Windows color (decimal): -2549209 or 2562777. OLE color: 2562777.
HSL color Cylindrical-coordinate representation of color #D91A27: hue angle of 355.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A27 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 39 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.15 |
| HSL | 355.92º | 0.79% | 0.48% | - |
| HSV(B) | 355.92º | 0.88% | 0.85% | - |
| XYZ | 29.35 | 15.64 | 3.39 | - |
| YUV | 84.59 | 102.28 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 39 | 0 | 0.88 | 0.82 | 0.15 | 355.92 | 0.79 | 0.48 |
| Hex | D9 | 1A | 27 | 0 | 58 | 52 | F | 164 | 4F | 30 |
| Octal | 331 | 32 | 47 | 0 | 130 | 122 | 17 | 544 | 117 | 60 |
| Binary | 11011001 | 11010 | 100111 | 0 | 1011000 | 1010010 | 1111 | 101100100 | 1001111 | 110000 |
Color Harmonies of #D91A27
Complementary color
Monochromatic Colors of #D91A27
Black with #D91A27
Text Example
Text Example
White with #D91A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A27; }
p { color: rgb(217,26,39); }
H1.HeaderClassName
{
color: #D91A27;
}
.AnyTagClassName
{
color: #D91A27;
}
</style>
background-color css
<style>
a { background-color: #D91A27; }
a { background-color: rgb(217,26,39); }
div.DivClassName
{
background-color: #D91A27;
}
.BgClassName
{
background-color: #D91A27;
}
</style>
border-color css
<style>
span { border-color: #D91A27; }
span { border-color: rgb(217,26,39); }
td.TdClassName
{
border-color: #D91A27;
}
.TagClassName
{
border-color: #D91A27;
}
</style>