Shades of Fire Engine Red #D2142E
Tints of Fire Engine Red #D2142E
RGB
CMYK
RGB Variations
Color information
#D2142E (or 0xD2142E) is known color: Fire Engine Red. HEX triplet: D2, 14 and 2E. RGB value is (210,20,46). Sum of RGB (Red+Green+Blue) = 210+20+46=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2142E is #2DEBD1. Grayscale: #4F4F4F. Windows color (decimal): -3009490 or 3019986. OLE color: 3019986.
HSL color Cylindrical-coordinate representation of color #D2142E: hue angle of 351.79º degrees, saturation: 0.83, 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 #D2142E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 46 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.18 |
| HSL | 351.79º | 0.83% | 0.45% | - |
| HSV(B) | 351.79º | 0.9% | 0.82% | - |
| XYZ | 27.32 | 14.4 | 3.92 | - |
| YUV | 79.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 46 | 0 | 0.90 | 0.78 | 0.18 | 351.79 | 0.83 | 0.45 |
| Hex | D2 | 14 | 2E | 0 | 5A | 4E | 12 | 160 | 53 | 2D |
| Octal | 322 | 24 | 56 | 0 | 132 | 116 | 22 | 540 | 123 | 55 |
| Binary | 11010010 | 10100 | 101110 | 0 | 1011010 | 1001110 | 10010 | 101100000 | 1010011 | 101101 |
Color Harmonies of #D2142E
Complementary color
Monochromatic Colors of #D2142E
Black with #D2142E
Text Example
Text Example
White with #D2142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2142E; }
p { color: rgb(210,20,46); }
H1.HeaderClassName
{
color: #D2142E;
}
.AnyTagClassName
{
color: #D2142E;
}
</style>
background-color css
<style>
a { background-color: #D2142E; }
a { background-color: rgb(210,20,46); }
div.DivClassName
{
background-color: #D2142E;
}
.BgClassName
{
background-color: #D2142E;
}
</style>
border-color css
<style>
span { border-color: #D2142E; }
span { border-color: rgb(210,20,46); }
td.TdClassName
{
border-color: #D2142E;
}
.TagClassName
{
border-color: #D2142E;
}
</style>