Shades of Fire Engine Red #D9111A
Tints of Fire Engine Red #D9111A
RGB
CMYK
RGB Variations
Color information
#D9111A (or 0xD9111A) is known color: Fire Engine Red. HEX triplet: D9, 11 and 1A. RGB value is (217,17,26). Sum of RGB (Red+Green+Blue) = 217+17+26=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D9111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9111A is #26EEE5. Grayscale: #4D4D4D. Windows color (decimal): -2551526 or 1708505. OLE color: 1708505.
HSL color Cylindrical-coordinate representation of color #D9111A: hue angle of 357.3º 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 #D9111A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 26 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.15 |
| HSL | 357.3º | 0.85% | 0.46% | - |
| HSV(B) | 357.3º | 0.92% | 0.85% | - |
| XYZ | 29 | 15.23 | 2.39 | - |
| YUV | 77.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 26 | 0 | 0.92 | 0.88 | 0.15 | 357.3 | 0.85 | 0.46 |
| Hex | D9 | 11 | 1A | 0 | 5C | 58 | F | 165 | 55 | 2E |
| Octal | 331 | 21 | 32 | 0 | 134 | 130 | 17 | 545 | 125 | 56 |
| Binary | 11011001 | 10001 | 11010 | 0 | 1011100 | 1011000 | 1111 | 101100101 | 1010101 | 101110 |
Color Harmonies of #D9111A
Complementary color
Monochromatic Colors of #D9111A
Black with #D9111A
Text Example
Text Example
White with #D9111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9111A; }
p { color: rgb(217,17,26); }
H1.HeaderClassName
{
color: #D9111A;
}
.AnyTagClassName
{
color: #D9111A;
}
</style>
background-color css
<style>
a { background-color: #D9111A; }
a { background-color: rgb(217,17,26); }
div.DivClassName
{
background-color: #D9111A;
}
.BgClassName
{
background-color: #D9111A;
}
</style>
border-color css
<style>
span { border-color: #D9111A; }
span { border-color: rgb(217,17,26); }
td.TdClassName
{
border-color: #D9111A;
}
.TagClassName
{
border-color: #D9111A;
}
</style>