Shades of Fire Engine Red #D2161F
Tints of Fire Engine Red #D2161F
RGB
CMYK
RGB Variations
Color information
#D2161F (or 0xD2161F) is known color: Fire Engine Red. HEX triplet: D2, 16 and 1F. RGB value is (210,22,31). Sum of RGB (Red+Green+Blue) = 210+22+31=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D2161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2161F is #2DE9E0. Grayscale: #4F4F4F. Windows color (decimal): -3008993 or 2037458. OLE color: 2037458.
HSL color Cylindrical-coordinate representation of color #D2161F: hue angle of 357.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2161F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 31 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.18 |
| HSL | 357.13º | 0.81% | 0.45% | - |
| HSV(B) | 357.13º | 0.9% | 0.82% | - |
| XYZ | 27.11 | 14.37 | 2.64 | - |
| YUV | 79.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 31 | 0 | 0.90 | 0.85 | 0.18 | 357.13 | 0.81 | 0.45 |
| Hex | D2 | 16 | 1F | 0 | 5A | 55 | 12 | 165 | 51 | 2D |
| Octal | 322 | 26 | 37 | 0 | 132 | 125 | 22 | 545 | 121 | 55 |
| Binary | 11010010 | 10110 | 11111 | 0 | 1011010 | 1010101 | 10010 | 101100101 | 1010001 | 101101 |
Color Harmonies of #D2161F
Complementary color
Monochromatic Colors of #D2161F
Black with #D2161F
Text Example
Text Example
White with #D2161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2161F; }
p { color: rgb(210,22,31); }
H1.HeaderClassName
{
color: #D2161F;
}
.AnyTagClassName
{
color: #D2161F;
}
</style>
background-color css
<style>
a { background-color: #D2161F; }
a { background-color: rgb(210,22,31); }
div.DivClassName
{
background-color: #D2161F;
}
.BgClassName
{
background-color: #D2161F;
}
</style>
border-color css
<style>
span { border-color: #D2161F; }
span { border-color: rgb(210,22,31); }
td.TdClassName
{
border-color: #D2161F;
}
.TagClassName
{
border-color: #D2161F;
}
</style>