Shades of Fire Engine Red #D1192F
Tints of Fire Engine Red #D1192F
RGB
CMYK
RGB Variations
Color information
#D1192F (or 0xD1192F) is known color: Fire Engine Red. HEX triplet: D1, 19 and 2F. RGB value is (209,25,47). Sum of RGB (Red+Green+Blue) = 209+25+47=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D1192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1192F is #2EE6D0. Grayscale: #525252. Windows color (decimal): -3073745 or 3086801. OLE color: 3086801.
HSL color Cylindrical-coordinate representation of color #D1192F: hue angle of 352.83º 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 #D1192F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 47 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 352.83º | 0.79% | 0.46% | - |
| HSV(B) | 352.83º | 0.88% | 0.82% | - |
| XYZ | 27.16 | 14.46 | 4.05 | - |
| YUV | 82.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 47 | 0 | 0.88 | 0.78 | 0.18 | 352.83 | 0.79 | 0.46 |
| Hex | D1 | 19 | 2F | 0 | 58 | 4E | 12 | 161 | 4F | 2E |
| Octal | 321 | 31 | 57 | 0 | 130 | 116 | 22 | 541 | 117 | 56 |
| Binary | 11010001 | 11001 | 101111 | 0 | 1011000 | 1001110 | 10010 | 101100001 | 1001111 | 101110 |
Color Harmonies of #D1192F
Complementary color
Monochromatic Colors of #D1192F
Black with #D1192F
Text Example
Text Example
White with #D1192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1192F; }
p { color: rgb(209,25,47); }
H1.HeaderClassName
{
color: #D1192F;
}
.AnyTagClassName
{
color: #D1192F;
}
</style>
background-color css
<style>
a { background-color: #D1192F; }
a { background-color: rgb(209,25,47); }
div.DivClassName
{
background-color: #D1192F;
}
.BgClassName
{
background-color: #D1192F;
}
</style>
border-color css
<style>
span { border-color: #D1192F; }
span { border-color: rgb(209,25,47); }
td.TdClassName
{
border-color: #D1192F;
}
.TagClassName
{
border-color: #D1192F;
}
</style>