Shades of Fire Engine Red #D2161D
Tints of Fire Engine Red #D2161D
RGB
CMYK
RGB Variations
Color information
#D2161D (or 0xD2161D) is known color: Fire Engine Red. HEX triplet: D2, 16 and 1D. RGB value is (210,22,29). Sum of RGB (Red+Green+Blue) = 210+22+29=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2161D is #2DE9E2. Grayscale: #4F4F4F. Windows color (decimal): -3008995 or 1906386. OLE color: 1906386.
HSL color Cylindrical-coordinate representation of color #D2161D: hue angle of 357.77º 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 #D2161D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.18 |
| HSL | 357.77º | 0.81% | 0.45% | - |
| HSV(B) | 357.77º | 0.9% | 0.82% | - |
| XYZ | 27.09 | 14.36 | 2.51 | - |
| YUV | 79.01 | 99.78 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 29 | 0 | 0.90 | 0.86 | 0.18 | 357.77 | 0.81 | 0.45 |
| Hex | D2 | 16 | 1D | 0 | 5A | 56 | 12 | 166 | 51 | 2D |
| Octal | 322 | 26 | 35 | 0 | 132 | 126 | 22 | 546 | 121 | 55 |
| Binary | 11010010 | 10110 | 11101 | 0 | 1011010 | 1010110 | 10010 | 101100110 | 1010001 | 101101 |
Color Harmonies of #D2161D
Complementary color
Monochromatic Colors of #D2161D
Black with #D2161D
Text Example
Text Example
White with #D2161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2161D; }
p { color: rgb(210,22,29); }
H1.HeaderClassName
{
color: #D2161D;
}
.AnyTagClassName
{
color: #D2161D;
}
</style>
background-color css
<style>
a { background-color: #D2161D; }
a { background-color: rgb(210,22,29); }
div.DivClassName
{
background-color: #D2161D;
}
.BgClassName
{
background-color: #D2161D;
}
</style>
border-color css
<style>
span { border-color: #D2161D; }
span { border-color: rgb(210,22,29); }
td.TdClassName
{
border-color: #D2161D;
}
.TagClassName
{
border-color: #D2161D;
}
</style>