Shades of Fire Engine Red #D9192C
Tints of Fire Engine Red #D9192C
RGB
CMYK
RGB Variations
Color information
#D9192C (or 0xD9192C) is known color: Fire Engine Red. HEX triplet: D9, 19 and 2C. RGB value is (217,25,44). Sum of RGB (Red+Green+Blue) = 217+25+44=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9192C is #26E6D3. Grayscale: #545454. Windows color (decimal): -2549460 or 2890201. OLE color: 2890201.
HSL color Cylindrical-coordinate representation of color #D9192C: hue angle of 354.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9192C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 44 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.15 |
| HSL | 354.06º | 0.79% | 0.47% | - |
| HSV(B) | 354.06º | 0.88% | 0.85% | - |
| XYZ | 29.42 | 15.63 | 3.85 | - |
| YUV | 84.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 44 | 0 | 0.88 | 0.80 | 0.15 | 354.06 | 0.79 | 0.47 |
| Hex | D9 | 19 | 2C | 0 | 58 | 50 | F | 162 | 4F | 2F |
| Octal | 331 | 31 | 54 | 0 | 130 | 120 | 17 | 542 | 117 | 57 |
| Binary | 11011001 | 11001 | 101100 | 0 | 1011000 | 1010000 | 1111 | 101100010 | 1001111 | 101111 |
Color Harmonies of #D9192C
Complementary color
Monochromatic Colors of #D9192C
Black with #D9192C
Text Example
Text Example
White with #D9192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9192C; }
p { color: rgb(217,25,44); }
H1.HeaderClassName
{
color: #D9192C;
}
.AnyTagClassName
{
color: #D9192C;
}
</style>
background-color css
<style>
a { background-color: #D9192C; }
a { background-color: rgb(217,25,44); }
div.DivClassName
{
background-color: #D9192C;
}
.BgClassName
{
background-color: #D9192C;
}
</style>
border-color css
<style>
span { border-color: #D9192C; }
span { border-color: rgb(217,25,44); }
td.TdClassName
{
border-color: #D9192C;
}
.TagClassName
{
border-color: #D9192C;
}
</style>