Shades of Fire Engine Red #D91B1C
Tints of Fire Engine Red #D91B1C
RGB
CMYK
RGB Variations
Color information
#D91B1C (or 0xD91B1C) is known color: Fire Engine Red. HEX triplet: D9, 1B and 1C. RGB value is (217,27,28). Sum of RGB (Red+Green+Blue) = 217+27+28=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B1C is #26E4E3. Grayscale: #545454. Windows color (decimal): -2548964 or 1842137. OLE color: 1842137.
HSL color Cylindrical-coordinate representation of color #D91B1C: hue angle of 359.68º degrees, saturation: 0.78, 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 #D91B1C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.15 |
| HSL | 359.68º | 0.78% | 0.48% | - |
| HSV(B) | 359.68º | 0.88% | 0.85% | - |
| XYZ | 29.22 | 15.62 | 2.57 | - |
| YUV | 83.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 28 | 0 | 0.88 | 0.87 | 0.15 | 359.68 | 0.78 | 0.48 |
| Hex | D9 | 1B | 1C | 0 | 58 | 57 | F | 168 | 4E | 30 |
| Octal | 331 | 33 | 34 | 0 | 130 | 127 | 17 | 550 | 116 | 60 |
| Binary | 11011001 | 11011 | 11100 | 0 | 1011000 | 1010111 | 1111 | 101101000 | 1001110 | 110000 |
Color Harmonies of #D91B1C
Complementary color
Monochromatic Colors of #D91B1C
Black with #D91B1C
Text Example
Text Example
White with #D91B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B1C; }
p { color: rgb(217,27,28); }
H1.HeaderClassName
{
color: #D91B1C;
}
.AnyTagClassName
{
color: #D91B1C;
}
</style>
background-color css
<style>
a { background-color: #D91B1C; }
a { background-color: rgb(217,27,28); }
div.DivClassName
{
background-color: #D91B1C;
}
.BgClassName
{
background-color: #D91B1C;
}
</style>
border-color css
<style>
span { border-color: #D91B1C; }
span { border-color: rgb(217,27,28); }
td.TdClassName
{
border-color: #D91B1C;
}
.TagClassName
{
border-color: #D91B1C;
}
</style>