Shades of Fire Engine Red #D3192E
Tints of Fire Engine Red #D3192E
RGB
CMYK
RGB Variations
Color information
#D3192E (or 0xD3192E) is known color: Fire Engine Red. HEX triplet: D3, 19 and 2E. RGB value is (211,25,46). Sum of RGB (Red+Green+Blue) = 211+25+46=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D3192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3192E is #2CE6D1. Grayscale: #535353. Windows color (decimal): -2942674 or 3021267. OLE color: 3021267.
HSL color Cylindrical-coordinate representation of color #D3192E: hue angle of 353.23º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3192E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 46 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.17 |
| HSL | 353.23º | 0.79% | 0.46% | - |
| HSV(B) | 353.23º | 0.88% | 0.83% | - |
| XYZ | 27.7 | 14.74 | 3.97 | - |
| YUV | 83.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 46 | 0 | 0.88 | 0.78 | 0.17 | 353.23 | 0.79 | 0.46 |
| Hex | D3 | 19 | 2E | 0 | 58 | 4E | 11 | 161 | 4F | 2E |
| Octal | 323 | 31 | 56 | 0 | 130 | 116 | 21 | 541 | 117 | 56 |
| Binary | 11010011 | 11001 | 101110 | 0 | 1011000 | 1001110 | 10001 | 101100001 | 1001111 | 101110 |
Color Harmonies of #D3192E
Complementary color
Monochromatic Colors of #D3192E
Black with #D3192E
Text Example
Text Example
White with #D3192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3192E; }
p { color: rgb(211,25,46); }
H1.HeaderClassName
{
color: #D3192E;
}
.AnyTagClassName
{
color: #D3192E;
}
</style>
background-color css
<style>
a { background-color: #D3192E; }
a { background-color: rgb(211,25,46); }
div.DivClassName
{
background-color: #D3192E;
}
.BgClassName
{
background-color: #D3192E;
}
</style>
border-color css
<style>
span { border-color: #D3192E; }
span { border-color: rgb(211,25,46); }
td.TdClassName
{
border-color: #D3192E;
}
.TagClassName
{
border-color: #D3192E;
}
</style>