Shades of Fire Engine Red #D2072C
Tints of Fire Engine Red #D2072C
RGB
CMYK
RGB Variations
Color information
#D2072C (or 0xD2072C) is known color: Fire Engine Red. HEX triplet: D2, 07 and 2C. RGB value is (210,7,44). Sum of RGB (Red+Green+Blue) = 210+7+44=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2072C is #2DF8D3. Grayscale: #474747. Windows color (decimal): -3012820 or 2885586. OLE color: 2885586.
HSL color Cylindrical-coordinate representation of color #D2072C: hue angle of 349.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2072C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.18 |
| HSL | 349.06º | 0.94% | 0.43% | - |
| HSV(B) | 349.06º | 0.97% | 0.82% | - |
| XYZ | 27.11 | 14.04 | 3.66 | - |
| YUV | 71.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 44 | 0 | 0.97 | 0.79 | 0.18 | 349.06 | 0.94 | 0.43 |
| Hex | D2 | 7 | 2C | 0 | 61 | 4F | 12 | 15D | 5E | 2B |
| Octal | 322 | 7 | 54 | 0 | 141 | 117 | 22 | 535 | 136 | 53 |
| Binary | 11010010 | 111 | 101100 | 0 | 1100001 | 1001111 | 10010 | 101011101 | 1011110 | 101011 |
Color Harmonies of #D2072C
Complementary color
Monochromatic Colors of #D2072C
Black with #D2072C
Text Example
Text Example
White with #D2072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2072C; }
p { color: rgb(210,7,44); }
H1.HeaderClassName
{
color: #D2072C;
}
.AnyTagClassName
{
color: #D2072C;
}
</style>
background-color css
<style>
a { background-color: #D2072C; }
a { background-color: rgb(210,7,44); }
div.DivClassName
{
background-color: #D2072C;
}
.BgClassName
{
background-color: #D2072C;
}
</style>
border-color css
<style>
span { border-color: #D2072C; }
span { border-color: rgb(210,7,44); }
td.TdClassName
{
border-color: #D2072C;
}
.TagClassName
{
border-color: #D2072C;
}
</style>