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