Shades of Fire Engine Red #D91C29
Tints of Fire Engine Red #D91C29
RGB
CMYK
RGB Variations
Color information
#D91C29 (or 0xD91C29) is known color: Fire Engine Red. HEX triplet: D9, 1C and 29. RGB value is (217,28,41). Sum of RGB (Red+Green+Blue) = 217+28+41=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C29 is #26E3D6. Grayscale: #565656. Windows color (decimal): -2548695 or 2694361. OLE color: 2694361.
HSL color Cylindrical-coordinate representation of color #D91C29: hue angle of 355.87º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91C29 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 41 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.15 |
| HSL | 355.87º | 0.77% | 0.48% | - |
| HSV(B) | 355.87º | 0.87% | 0.85% | - |
| XYZ | 29.43 | 15.74 | 3.59 | - |
| YUV | 85.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 41 | 0 | 0.87 | 0.81 | 0.15 | 355.87 | 0.77 | 0.48 |
| Hex | D9 | 1C | 29 | 0 | 57 | 51 | F | 164 | 4D | 30 |
| Octal | 331 | 34 | 51 | 0 | 127 | 121 | 17 | 544 | 115 | 60 |
| Binary | 11011001 | 11100 | 101001 | 0 | 1010111 | 1010001 | 1111 | 101100100 | 1001101 | 110000 |
Color Harmonies of #D91C29
Complementary color
Monochromatic Colors of #D91C29
Black with #D91C29
Text Example
Text Example
White with #D91C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91C29; }
p { color: rgb(217,28,41); }
H1.HeaderClassName
{
color: #D91C29;
}
.AnyTagClassName
{
color: #D91C29;
}
</style>
background-color css
<style>
a { background-color: #D91C29; }
a { background-color: rgb(217,28,41); }
div.DivClassName
{
background-color: #D91C29;
}
.BgClassName
{
background-color: #D91C29;
}
</style>
border-color css
<style>
span { border-color: #D91C29; }
span { border-color: rgb(217,28,41); }
td.TdClassName
{
border-color: #D91C29;
}
.TagClassName
{
border-color: #D91C29;
}
</style>