Shades of Fire Engine Red #D2142B
Tints of Fire Engine Red #D2142B
RGB
CMYK
RGB Variations
Color information
#D2142B (or 0xD2142B) is known color: Fire Engine Red. HEX triplet: D2, 14 and 2B. RGB value is (210,20,43). Sum of RGB (Red+Green+Blue) = 210+20+43=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2142B is #2DEBD4. Grayscale: #4F4F4F. Windows color (decimal): -3009493 or 2823378. OLE color: 2823378.
HSL color Cylindrical-coordinate representation of color #D2142B: hue angle of 352.74º 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 #D2142B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 43 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.18 |
| HSL | 352.74º | 0.83% | 0.45% | - |
| HSV(B) | 352.74º | 0.9% | 0.82% | - |
| XYZ | 27.26 | 14.38 | 3.62 | - |
| YUV | 79.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 43 | 0 | 0.90 | 0.80 | 0.18 | 352.74 | 0.83 | 0.45 |
| Hex | D2 | 14 | 2B | 0 | 5A | 50 | 12 | 161 | 53 | 2D |
| Octal | 322 | 24 | 53 | 0 | 132 | 120 | 22 | 541 | 123 | 55 |
| Binary | 11010010 | 10100 | 101011 | 0 | 1011010 | 1010000 | 10010 | 101100001 | 1010011 | 101101 |
Color Harmonies of #D2142B
Complementary color
Monochromatic Colors of #D2142B
Black with #D2142B
Text Example
Text Example
White with #D2142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2142B; }
p { color: rgb(210,20,43); }
H1.HeaderClassName
{
color: #D2142B;
}
.AnyTagClassName
{
color: #D2142B;
}
</style>
background-color css
<style>
a { background-color: #D2142B; }
a { background-color: rgb(210,20,43); }
div.DivClassName
{
background-color: #D2142B;
}
.BgClassName
{
background-color: #D2142B;
}
</style>
border-color css
<style>
span { border-color: #D2142B; }
span { border-color: rgb(210,20,43); }
td.TdClassName
{
border-color: #D2142B;
}
.TagClassName
{
border-color: #D2142B;
}
</style>