Shades of Fire Engine Red #D2192B
Tints of Fire Engine Red #D2192B
RGB
CMYK
RGB Variations
Color information
#D2192B (or 0xD2192B) is known color: Fire Engine Red. HEX triplet: D2, 19 and 2B. RGB value is (210,25,43). Sum of RGB (Red+Green+Blue) = 210+25+43=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2192B is #2DE6D4. Grayscale: #525252. Windows color (decimal): -3008213 or 2824658. OLE color: 2824658.
HSL color Cylindrical-coordinate representation of color #D2192B: hue angle of 354.16º 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 #D2192B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 43 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.18 |
| HSL | 354.16º | 0.79% | 0.46% | - |
| HSV(B) | 354.16º | 0.88% | 0.82% | - |
| XYZ | 27.36 | 14.57 | 3.66 | - |
| YUV | 82.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 43 | 0 | 0.88 | 0.80 | 0.18 | 354.16 | 0.79 | 0.46 |
| Hex | D2 | 19 | 2B | 0 | 58 | 50 | 12 | 162 | 4F | 2E |
| Octal | 322 | 31 | 53 | 0 | 130 | 120 | 22 | 542 | 117 | 56 |
| Binary | 11010010 | 11001 | 101011 | 0 | 1011000 | 1010000 | 10010 | 101100010 | 1001111 | 101110 |
Color Harmonies of #D2192B
Complementary color
Monochromatic Colors of #D2192B
Black with #D2192B
Text Example
Text Example
White with #D2192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2192B; }
p { color: rgb(210,25,43); }
H1.HeaderClassName
{
color: #D2192B;
}
.AnyTagClassName
{
color: #D2192B;
}
</style>
background-color css
<style>
a { background-color: #D2192B; }
a { background-color: rgb(210,25,43); }
div.DivClassName
{
background-color: #D2192B;
}
.BgClassName
{
background-color: #D2192B;
}
</style>
border-color css
<style>
span { border-color: #D2192B; }
span { border-color: rgb(210,25,43); }
td.TdClassName
{
border-color: #D2192B;
}
.TagClassName
{
border-color: #D2192B;
}
</style>