Shades of Fire Engine Red #D9122B
Tints of Fire Engine Red #D9122B
RGB
CMYK
RGB Variations
Color information
#D9122B (or 0xD9122B) is known color: Fire Engine Red. HEX triplet: D9, 12 and 2B. RGB value is (217,18,43). Sum of RGB (Red+Green+Blue) = 217+18+43=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9122B is #26EDD4. Grayscale: #505050. Windows color (decimal): -2551253 or 2822873. OLE color: 2822873.
HSL color Cylindrical-coordinate representation of color #D9122B: hue angle of 352.46º 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 #D9122B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.15 |
| HSL | 352.46º | 0.85% | 0.46% | - |
| HSV(B) | 352.46º | 0.92% | 0.85% | - |
| XYZ | 29.27 | 15.36 | 3.71 | - |
| YUV | 80.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 43 | 0 | 0.92 | 0.80 | 0.15 | 352.46 | 0.85 | 0.46 |
| Hex | D9 | 12 | 2B | 0 | 5C | 50 | F | 160 | 55 | 2E |
| Octal | 331 | 22 | 53 | 0 | 134 | 120 | 17 | 540 | 125 | 56 |
| Binary | 11011001 | 10010 | 101011 | 0 | 1011100 | 1010000 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D9122B
Complementary color
Monochromatic Colors of #D9122B
Black with #D9122B
Text Example
Text Example
White with #D9122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9122B; }
p { color: rgb(217,18,43); }
H1.HeaderClassName
{
color: #D9122B;
}
.AnyTagClassName
{
color: #D9122B;
}
</style>
background-color css
<style>
a { background-color: #D9122B; }
a { background-color: rgb(217,18,43); }
div.DivClassName
{
background-color: #D9122B;
}
.BgClassName
{
background-color: #D9122B;
}
</style>
border-color css
<style>
span { border-color: #D9122B; }
span { border-color: rgb(217,18,43); }
td.TdClassName
{
border-color: #D9122B;
}
.TagClassName
{
border-color: #D9122B;
}
</style>