Shades of Fire Engine Red #D2042A
Tints of Fire Engine Red #D2042A
RGB
CMYK
RGB Variations
Color information
#D2042A (or 0xD2042A) is known color: Fire Engine Red. HEX triplet: D2, 04 and 2A. RGB value is (210,4,42). Sum of RGB (Red+Green+Blue) = 210+4+42=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2042A is #2DFBD5. Grayscale: #454545. Windows color (decimal): -3013590 or 2753746. OLE color: 2753746.
HSL color Cylindrical-coordinate representation of color #D2042A: hue angle of 348.93º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2042A is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.8 | 0.18 |
| HSL | 348.93º | 0.96% | 0.42% | - |
| HSV(B) | 348.93º | 0.98% | 0.82% | - |
| XYZ | 27.04 | 13.96 | 3.46 | - |
| YUV | 69.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 42 | 0 | 0.98 | 0.8 | 0.18 | 348.93 | 0.96 | 0.42 |
| Hex | D2 | 4 | 2A | 0 | 62 | 50 | 12 | 15D | 60 | 2A |
| Octal | 322 | 4 | 52 | 0 | 142 | 120 | 22 | 535 | 140 | 52 |
| Binary | 11010010 | 100 | 101010 | 0 | 1100010 | 1010000 | 10010 | 101011101 | 1100000 | 101010 |
Color Harmonies of #D2042A
Complementary color
Monochromatic Colors of #D2042A
Black with #D2042A
Text Example
Text Example
White with #D2042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2042A; }
p { color: rgb(210,4,42); }
H1.HeaderClassName
{
color: #D2042A;
}
.AnyTagClassName
{
color: #D2042A;
}
</style>
background-color css
<style>
a { background-color: #D2042A; }
a { background-color: rgb(210,4,42); }
div.DivClassName
{
background-color: #D2042A;
}
.BgClassName
{
background-color: #D2042A;
}
</style>
border-color css
<style>
span { border-color: #D2042A; }
span { border-color: rgb(210,4,42); }
td.TdClassName
{
border-color: #D2042A;
}
.TagClassName
{
border-color: #D2042A;
}
</style>