Shades of Fire Engine Red #D3192B
Tints of Fire Engine Red #D3192B
RGB
CMYK
RGB Variations
Color information
#D3192B (or 0xD3192B) is known color: Fire Engine Red. HEX triplet: D3, 19 and 2B. RGB value is (211,25,43). Sum of RGB (Red+Green+Blue) = 211+25+43=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3192B is #2CE6D4. Grayscale: #525252. Windows color (decimal): -2942677 or 2824659. OLE color: 2824659.
HSL color Cylindrical-coordinate representation of color #D3192B: hue angle of 354.19º 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 #D3192B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 43 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.17 |
| HSL | 354.19º | 0.79% | 0.46% | - |
| HSV(B) | 354.19º | 0.88% | 0.83% | - |
| XYZ | 27.65 | 14.72 | 3.67 | - |
| YUV | 82.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 43 | 0 | 0.88 | 0.80 | 0.17 | 354.19 | 0.79 | 0.46 |
| Hex | D3 | 19 | 2B | 0 | 58 | 50 | 11 | 162 | 4F | 2E |
| Octal | 323 | 31 | 53 | 0 | 130 | 120 | 21 | 542 | 117 | 56 |
| Binary | 11010011 | 11001 | 101011 | 0 | 1011000 | 1010000 | 10001 | 101100010 | 1001111 | 101110 |
Color Harmonies of #D3192B
Complementary color
Monochromatic Colors of #D3192B
Black with #D3192B
Text Example
Text Example
White with #D3192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3192B; }
p { color: rgb(211,25,43); }
H1.HeaderClassName
{
color: #D3192B;
}
.AnyTagClassName
{
color: #D3192B;
}
</style>
background-color css
<style>
a { background-color: #D3192B; }
a { background-color: rgb(211,25,43); }
div.DivClassName
{
background-color: #D3192B;
}
.BgClassName
{
background-color: #D3192B;
}
</style>
border-color css
<style>
span { border-color: #D3192B; }
span { border-color: rgb(211,25,43); }
td.TdClassName
{
border-color: #D3192B;
}
.TagClassName
{
border-color: #D3192B;
}
</style>