Shades of Fire Engine Red #D2052A
Tints of Fire Engine Red #D2052A
RGB
CMYK
RGB Variations
Color information
#D2052A (or 0xD2052A) is known color: Fire Engine Red. HEX triplet: D2, 05 and 2A. RGB value is (210,5,42). Sum of RGB (Red+Green+Blue) = 210+5+42=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D2052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2052A is #2DFAD5. Grayscale: #464646. Windows color (decimal): -3013334 or 2754002. OLE color: 2754002.
HSL color Cylindrical-coordinate representation of color #D2052A: hue angle of 349.17º degrees, saturation: 0.95, 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 #D2052A is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.8 | 0.18 |
| HSL | 349.17º | 0.95% | 0.42% | - |
| HSV(B) | 349.17º | 0.98% | 0.82% | - |
| XYZ | 27.05 | 13.98 | 3.46 | - |
| YUV | 70.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 42 | 0 | 0.98 | 0.8 | 0.18 | 349.17 | 0.95 | 0.42 |
| Hex | D2 | 5 | 2A | 0 | 62 | 50 | 12 | 15D | 5F | 2A |
| Octal | 322 | 5 | 52 | 0 | 142 | 120 | 22 | 535 | 137 | 52 |
| Binary | 11010010 | 101 | 101010 | 0 | 1100010 | 1010000 | 10010 | 101011101 | 1011111 | 101010 |
Color Harmonies of #D2052A
Complementary color
Monochromatic Colors of #D2052A
Black with #D2052A
Text Example
Text Example
White with #D2052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2052A; }
p { color: rgb(210,5,42); }
H1.HeaderClassName
{
color: #D2052A;
}
.AnyTagClassName
{
color: #D2052A;
}
</style>
background-color css
<style>
a { background-color: #D2052A; }
a { background-color: rgb(210,5,42); }
div.DivClassName
{
background-color: #D2052A;
}
.BgClassName
{
background-color: #D2052A;
}
</style>
border-color css
<style>
span { border-color: #D2052A; }
span { border-color: rgb(210,5,42); }
td.TdClassName
{
border-color: #D2052A;
}
.TagClassName
{
border-color: #D2052A;
}
</style>