Shades of Fire Engine Red #D3191B
Tints of Fire Engine Red #D3191B
RGB
CMYK
RGB Variations
Color information
#D3191B (or 0xD3191B) is known color: Fire Engine Red. HEX triplet: D3, 19 and 1B. RGB value is (211,25,27). Sum of RGB (Red+Green+Blue) = 211+25+27=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D3191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3191B is #2CE6E4. Grayscale: #515151. Windows color (decimal): -2942693 or 1776083. OLE color: 1776083.
HSL color Cylindrical-coordinate representation of color #D3191B: hue angle of 359.35º 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 #D3191B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 27 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.17 |
| HSL | 359.35º | 0.79% | 0.46% | - |
| HSV(B) | 359.35º | 0.88% | 0.83% | - |
| XYZ | 27.41 | 14.62 | 2.41 | - |
| YUV | 80.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 27 | 0 | 0.88 | 0.87 | 0.17 | 359.35 | 0.79 | 0.46 |
| Hex | D3 | 19 | 1B | 0 | 58 | 57 | 11 | 167 | 4F | 2E |
| Octal | 323 | 31 | 33 | 0 | 130 | 127 | 21 | 547 | 117 | 56 |
| Binary | 11010011 | 11001 | 11011 | 0 | 1011000 | 1010111 | 10001 | 101100111 | 1001111 | 101110 |
Color Harmonies of #D3191B
Complementary color
Monochromatic Colors of #D3191B
Black with #D3191B
Text Example
Text Example
White with #D3191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3191B; }
p { color: rgb(211,25,27); }
H1.HeaderClassName
{
color: #D3191B;
}
.AnyTagClassName
{
color: #D3191B;
}
</style>
background-color css
<style>
a { background-color: #D3191B; }
a { background-color: rgb(211,25,27); }
div.DivClassName
{
background-color: #D3191B;
}
.BgClassName
{
background-color: #D3191B;
}
</style>
border-color css
<style>
span { border-color: #D3191B; }
span { border-color: rgb(211,25,27); }
td.TdClassName
{
border-color: #D3191B;
}
.TagClassName
{
border-color: #D3191B;
}
</style>