Shades of Fire Engine Red #D2192C
Tints of Fire Engine Red #D2192C
RGB
CMYK
RGB Variations
Color information
#D2192C (or 0xD2192C) is known color: Fire Engine Red. HEX triplet: D2, 19 and 2C. RGB value is (210,25,44). Sum of RGB (Red+Green+Blue) = 210+25+44=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2192C is #2DE6D3. Grayscale: #525252. Windows color (decimal): -3008212 or 2890194. OLE color: 2890194.
HSL color Cylindrical-coordinate representation of color #D2192C: hue angle of 353.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2192C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 44 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.18 |
| HSL | 353.84º | 0.79% | 0.46% | - |
| HSV(B) | 353.84º | 0.88% | 0.82% | - |
| XYZ | 27.38 | 14.58 | 3.75 | - |
| YUV | 82.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 44 | 0 | 0.88 | 0.79 | 0.18 | 353.84 | 0.79 | 0.46 |
| Hex | D2 | 19 | 2C | 0 | 58 | 4F | 12 | 162 | 4F | 2E |
| Octal | 322 | 31 | 54 | 0 | 130 | 117 | 22 | 542 | 117 | 56 |
| Binary | 11010010 | 11001 | 101100 | 0 | 1011000 | 1001111 | 10010 | 101100010 | 1001111 | 101110 |
Color Harmonies of #D2192C
Complementary color
Monochromatic Colors of #D2192C
Black with #D2192C
Text Example
Text Example
White with #D2192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2192C; }
p { color: rgb(210,25,44); }
H1.HeaderClassName
{
color: #D2192C;
}
.AnyTagClassName
{
color: #D2192C;
}
</style>
background-color css
<style>
a { background-color: #D2192C; }
a { background-color: rgb(210,25,44); }
div.DivClassName
{
background-color: #D2192C;
}
.BgClassName
{
background-color: #D2192C;
}
</style>
border-color css
<style>
span { border-color: #D2192C; }
span { border-color: rgb(210,25,44); }
td.TdClassName
{
border-color: #D2192C;
}
.TagClassName
{
border-color: #D2192C;
}
</style>