Shades of Fire Engine Red #D2092C
Tints of Fire Engine Red #D2092C
RGB
CMYK
RGB Variations
Color information
#D2092C (or 0xD2092C) is known color: Fire Engine Red. HEX triplet: D2, 09 and 2C. RGB value is (210,9,44). Sum of RGB (Red+Green+Blue) = 210+9+44=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D2092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2092C is #2DF6D3. Grayscale: #494949. Windows color (decimal): -3012308 or 2886098. OLE color: 2886098.
HSL color Cylindrical-coordinate representation of color #D2092C: hue angle of 349.55º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2092C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.18 |
| HSL | 349.55º | 0.92% | 0.43% | - |
| HSV(B) | 349.55º | 0.96% | 0.82% | - |
| XYZ | 27.13 | 14.08 | 3.67 | - |
| YUV | 73.09 | 111.59 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 44 | 0 | 0.96 | 0.79 | 0.18 | 349.55 | 0.92 | 0.43 |
| Hex | D2 | 9 | 2C | 0 | 60 | 4F | 12 | 15E | 5C | 2B |
| Octal | 322 | 11 | 54 | 0 | 140 | 117 | 22 | 536 | 134 | 53 |
| Binary | 11010010 | 1001 | 101100 | 0 | 1100000 | 1001111 | 10010 | 101011110 | 1011100 | 101011 |
Color Harmonies of #D2092C
Complementary color
Monochromatic Colors of #D2092C
Black with #D2092C
Text Example
Text Example
White with #D2092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2092C; }
p { color: rgb(210,9,44); }
H1.HeaderClassName
{
color: #D2092C;
}
.AnyTagClassName
{
color: #D2092C;
}
</style>
background-color css
<style>
a { background-color: #D2092C; }
a { background-color: rgb(210,9,44); }
div.DivClassName
{
background-color: #D2092C;
}
.BgClassName
{
background-color: #D2092C;
}
</style>
border-color css
<style>
span { border-color: #D2092C; }
span { border-color: rgb(210,9,44); }
td.TdClassName
{
border-color: #D2092C;
}
.TagClassName
{
border-color: #D2092C;
}
</style>