Shades of Fire Engine Red #D9121E
Tints of Fire Engine Red #D9121E
RGB
CMYK
RGB Variations
Color information
#D9121E (or 0xD9121E) is known color: Fire Engine Red. HEX triplet: D9, 12 and 1E. RGB value is (217,18,30). Sum of RGB (Red+Green+Blue) = 217+18+30=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D9121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9121E is #26EDE1. Grayscale: #4F4F4F. Windows color (decimal): -2551266 or 1970905. OLE color: 1970905.
HSL color Cylindrical-coordinate representation of color #D9121E: hue angle of 356.38º 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 #D9121E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.15 |
| HSL | 356.38º | 0.85% | 0.46% | - |
| HSV(B) | 356.38º | 0.92% | 0.85% | - |
| XYZ | 29.07 | 15.28 | 2.65 | - |
| YUV | 78.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 30 | 0 | 0.92 | 0.86 | 0.15 | 356.38 | 0.85 | 0.46 |
| Hex | D9 | 12 | 1E | 0 | 5C | 56 | F | 164 | 55 | 2E |
| Octal | 331 | 22 | 36 | 0 | 134 | 126 | 17 | 544 | 125 | 56 |
| Binary | 11011001 | 10010 | 11110 | 0 | 1011100 | 1010110 | 1111 | 101100100 | 1010101 | 101110 |
Color Harmonies of #D9121E
Complementary color
Monochromatic Colors of #D9121E
Black with #D9121E
Text Example
Text Example
White with #D9121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9121E; }
p { color: rgb(217,18,30); }
H1.HeaderClassName
{
color: #D9121E;
}
.AnyTagClassName
{
color: #D9121E;
}
</style>
background-color css
<style>
a { background-color: #D9121E; }
a { background-color: rgb(217,18,30); }
div.DivClassName
{
background-color: #D9121E;
}
.BgClassName
{
background-color: #D9121E;
}
</style>
border-color css
<style>
span { border-color: #D9121E; }
span { border-color: rgb(217,18,30); }
td.TdClassName
{
border-color: #D9121E;
}
.TagClassName
{
border-color: #D9121E;
}
</style>