Shades of Fire Engine Red #D1121B
Tints of Fire Engine Red #D1121B
RGB
CMYK
RGB Variations
Color information
#D1121B (or 0xD1121B) is known color: Fire Engine Red. HEX triplet: D1, 12 and 1B. RGB value is (209,18,27). Sum of RGB (Red+Green+Blue) = 209+18+27=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D1121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1121B is #2EEDE4. Grayscale: #4C4C4C. Windows color (decimal): -3075557 or 1774289. OLE color: 1774289.
HSL color Cylindrical-coordinate representation of color #D1121B: hue angle of 357.17º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1121B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.18 |
| HSL | 357.17º | 0.84% | 0.45% | - |
| HSV(B) | 357.17º | 0.91% | 0.82% | - |
| XYZ | 26.71 | 14.07 | 2.34 | - |
| YUV | 76.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 27 | 0 | 0.91 | 0.87 | 0.18 | 357.17 | 0.84 | 0.45 |
| Hex | D1 | 12 | 1B | 0 | 5B | 57 | 12 | 165 | 54 | 2D |
| Octal | 321 | 22 | 33 | 0 | 133 | 127 | 22 | 545 | 124 | 55 |
| Binary | 11010001 | 10010 | 11011 | 0 | 1011011 | 1010111 | 10010 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D1121B
Complementary color
Monochromatic Colors of #D1121B
Black with #D1121B
Text Example
Text Example
White with #D1121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1121B; }
p { color: rgb(209,18,27); }
H1.HeaderClassName
{
color: #D1121B;
}
.AnyTagClassName
{
color: #D1121B;
}
</style>
background-color css
<style>
a { background-color: #D1121B; }
a { background-color: rgb(209,18,27); }
div.DivClassName
{
background-color: #D1121B;
}
.BgClassName
{
background-color: #D1121B;
}
</style>
border-color css
<style>
span { border-color: #D1121B; }
span { border-color: rgb(209,18,27); }
td.TdClassName
{
border-color: #D1121B;
}
.TagClassName
{
border-color: #D1121B;
}
</style>