Shades of Fire Engine Red #D9112B
Tints of Fire Engine Red #D9112B
RGB
CMYK
RGB Variations
Color information
#D9112B (or 0xD9112B) is known color: Fire Engine Red. HEX triplet: D9, 11 and 2B. RGB value is (217,17,43). Sum of RGB (Red+Green+Blue) = 217+17+43=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9112B is #26EED4. Grayscale: #4F4F4F. Windows color (decimal): -2551509 or 2822617. OLE color: 2822617.
HSL color Cylindrical-coordinate representation of color #D9112B: hue angle of 352.2º 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 #D9112B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.15 |
| HSL | 352.2º | 0.85% | 0.46% | - |
| HSV(B) | 352.2º | 0.92% | 0.85% | - |
| XYZ | 29.25 | 15.33 | 3.7 | - |
| YUV | 79.76 | 107.26 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 43 | 0 | 0.92 | 0.80 | 0.15 | 352.2 | 0.85 | 0.46 |
| Hex | D9 | 11 | 2B | 0 | 5C | 50 | F | 160 | 55 | 2E |
| Octal | 331 | 21 | 53 | 0 | 134 | 120 | 17 | 540 | 125 | 56 |
| Binary | 11011001 | 10001 | 101011 | 0 | 1011100 | 1010000 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D9112B
Complementary color
Monochromatic Colors of #D9112B
Black with #D9112B
Text Example
Text Example
White with #D9112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9112B; }
p { color: rgb(217,17,43); }
H1.HeaderClassName
{
color: #D9112B;
}
.AnyTagClassName
{
color: #D9112B;
}
</style>
background-color css
<style>
a { background-color: #D9112B; }
a { background-color: rgb(217,17,43); }
div.DivClassName
{
background-color: #D9112B;
}
.BgClassName
{
background-color: #D9112B;
}
</style>
border-color css
<style>
span { border-color: #D9112B; }
span { border-color: rgb(217,17,43); }
td.TdClassName
{
border-color: #D9112B;
}
.TagClassName
{
border-color: #D9112B;
}
</style>