Shades of Fire Engine Red #D2162A
Tints of Fire Engine Red #D2162A
RGB
CMYK
RGB Variations
Color information
#D2162A (or 0xD2162A) is known color: Fire Engine Red. HEX triplet: D2, 16 and 2A. RGB value is (210,22,42). Sum of RGB (Red+Green+Blue) = 210+22+42=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D2162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2162A is #2DE9D5. Grayscale: #505050. Windows color (decimal): -3008982 or 2758354. OLE color: 2758354.
HSL color Cylindrical-coordinate representation of color #D2162A: hue angle of 353.62º 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 #D2162A is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.18 |
| HSL | 353.62º | 0.81% | 0.45% | - |
| HSV(B) | 353.62º | 0.9% | 0.82% | - |
| XYZ | 27.28 | 14.44 | 3.54 | - |
| YUV | 80.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 42 | 0 | 0.90 | 0.8 | 0.18 | 353.62 | 0.81 | 0.45 |
| Hex | D2 | 16 | 2A | 0 | 5A | 50 | 12 | 162 | 51 | 2D |
| Octal | 322 | 26 | 52 | 0 | 132 | 120 | 22 | 542 | 121 | 55 |
| Binary | 11010010 | 10110 | 101010 | 0 | 1011010 | 1010000 | 10010 | 101100010 | 1010001 | 101101 |
Color Harmonies of #D2162A
Complementary color
Monochromatic Colors of #D2162A
Black with #D2162A
Text Example
Text Example
White with #D2162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2162A; }
p { color: rgb(210,22,42); }
H1.HeaderClassName
{
color: #D2162A;
}
.AnyTagClassName
{
color: #D2162A;
}
</style>
background-color css
<style>
a { background-color: #D2162A; }
a { background-color: rgb(210,22,42); }
div.DivClassName
{
background-color: #D2162A;
}
.BgClassName
{
background-color: #D2162A;
}
</style>
border-color css
<style>
span { border-color: #D2162A; }
span { border-color: rgb(210,22,42); }
td.TdClassName
{
border-color: #D2162A;
}
.TagClassName
{
border-color: #D2162A;
}
</style>