Shades of Fire Engine Red #D91128
Tints of Fire Engine Red #D91128
RGB
CMYK
RGB Variations
Color information
#D91128 (or 0xD91128) is known color: Fire Engine Red. HEX triplet: D9, 11 and 28. RGB value is (217,17,40). Sum of RGB (Red+Green+Blue) = 217+17+40=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D91128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91128 is #26EED7. Grayscale: #4F4F4F. Windows color (decimal): -2551512 or 2626009. OLE color: 2626009.
HSL color Cylindrical-coordinate representation of color #D91128: hue angle of 353.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91128 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 40 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.15 |
| HSL | 353.1º | 0.85% | 0.46% | - |
| HSV(B) | 353.1º | 0.92% | 0.85% | - |
| XYZ | 29.2 | 15.31 | 3.42 | - |
| YUV | 79.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 40 | 0 | 0.92 | 0.82 | 0.15 | 353.1 | 0.85 | 0.46 |
| Hex | D9 | 11 | 28 | 0 | 5C | 52 | F | 161 | 55 | 2E |
| Octal | 331 | 21 | 50 | 0 | 134 | 122 | 17 | 541 | 125 | 56 |
| Binary | 11011001 | 10001 | 101000 | 0 | 1011100 | 1010010 | 1111 | 101100001 | 1010101 | 101110 |
Color Harmonies of #D91128
Complementary color
Monochromatic Colors of #D91128
Black with #D91128
Text Example
Text Example
White with #D91128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91128; }
p { color: rgb(217,17,40); }
H1.HeaderClassName
{
color: #D91128;
}
.AnyTagClassName
{
color: #D91128;
}
</style>
background-color css
<style>
a { background-color: #D91128; }
a { background-color: rgb(217,17,40); }
div.DivClassName
{
background-color: #D91128;
}
.BgClassName
{
background-color: #D91128;
}
</style>
border-color css
<style>
span { border-color: #D91128; }
span { border-color: rgb(217,17,40); }
td.TdClassName
{
border-color: #D91128;
}
.TagClassName
{
border-color: #D91128;
}
</style>