Shades of Fire Engine Red #D9191C
Tints of Fire Engine Red #D9191C
RGB
CMYK
RGB Variations
Color information
#D9191C (or 0xD9191C) is known color: Fire Engine Red. HEX triplet: D9, 19 and 1C. RGB value is (217,25,28). Sum of RGB (Red+Green+Blue) = 217+25+28=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D9191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9191C is #26E6E3. Grayscale: #525252. Windows color (decimal): -2549476 or 1841625. OLE color: 1841625.
HSL color Cylindrical-coordinate representation of color #D9191C: hue angle of 359.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 #D9191C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.15 |
| HSL | 359.06º | 0.79% | 0.47% | - |
| HSV(B) | 359.06º | 0.88% | 0.85% | - |
| XYZ | 29.17 | 15.53 | 2.56 | - |
| YUV | 82.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 28 | 0 | 0.88 | 0.87 | 0.15 | 359.06 | 0.79 | 0.47 |
| Hex | D9 | 19 | 1C | 0 | 58 | 57 | F | 167 | 4F | 2F |
| Octal | 331 | 31 | 34 | 0 | 130 | 127 | 17 | 547 | 117 | 57 |
| Binary | 11011001 | 11001 | 11100 | 0 | 1011000 | 1010111 | 1111 | 101100111 | 1001111 | 101111 |
Color Harmonies of #D9191C
Complementary color
Monochromatic Colors of #D9191C
Black with #D9191C
Text Example
Text Example
White with #D9191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9191C; }
p { color: rgb(217,25,28); }
H1.HeaderClassName
{
color: #D9191C;
}
.AnyTagClassName
{
color: #D9191C;
}
</style>
background-color css
<style>
a { background-color: #D9191C; }
a { background-color: rgb(217,25,28); }
div.DivClassName
{
background-color: #D9191C;
}
.BgClassName
{
background-color: #D9191C;
}
</style>
border-color css
<style>
span { border-color: #D9191C; }
span { border-color: rgb(217,25,28); }
td.TdClassName
{
border-color: #D9191C;
}
.TagClassName
{
border-color: #D9191C;
}
</style>