Shades of Fire Engine Red #D2112B
Tints of Fire Engine Red #D2112B
RGB
CMYK
RGB Variations
Color information
#D2112B (or 0xD2112B) is known color: Fire Engine Red. HEX triplet: D2, 11 and 2B. RGB value is (210,17,43). Sum of RGB (Red+Green+Blue) = 210+17+43=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D2112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2112B is #2DEED4. Grayscale: #4D4D4D. Windows color (decimal): -3010261 or 2822610. OLE color: 2822610.
HSL color Cylindrical-coordinate representation of color #D2112B: hue angle of 351.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2112B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.18 |
| HSL | 351.92º | 0.85% | 0.45% | - |
| HSV(B) | 351.92º | 0.92% | 0.82% | - |
| XYZ | 27.21 | 14.28 | 3.61 | - |
| YUV | 77.67 | 108.44 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 43 | 0 | 0.92 | 0.80 | 0.18 | 351.92 | 0.85 | 0.45 |
| Hex | D2 | 11 | 2B | 0 | 5C | 50 | 12 | 160 | 55 | 2D |
| Octal | 322 | 21 | 53 | 0 | 134 | 120 | 22 | 540 | 125 | 55 |
| Binary | 11010010 | 10001 | 101011 | 0 | 1011100 | 1010000 | 10010 | 101100000 | 1010101 | 101101 |
Color Harmonies of #D2112B
Complementary color
Monochromatic Colors of #D2112B
Black with #D2112B
Text Example
Text Example
White with #D2112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2112B; }
p { color: rgb(210,17,43); }
H1.HeaderClassName
{
color: #D2112B;
}
.AnyTagClassName
{
color: #D2112B;
}
</style>
background-color css
<style>
a { background-color: #D2112B; }
a { background-color: rgb(210,17,43); }
div.DivClassName
{
background-color: #D2112B;
}
.BgClassName
{
background-color: #D2112B;
}
</style>
border-color css
<style>
span { border-color: #D2112B; }
span { border-color: rgb(210,17,43); }
td.TdClassName
{
border-color: #D2112B;
}
.TagClassName
{
border-color: #D2112B;
}
</style>