Shades of Fire Engine Red #D4191E
Tints of Fire Engine Red #D4191E
RGB
CMYK
RGB Variations
Color information
#D4191E (or 0xD4191E) is known color: Fire Engine Red. HEX triplet: D4, 19 and 1E. RGB value is (212,25,30). Sum of RGB (Red+Green+Blue) = 212+25+30=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D4191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4191E is #2BE6E1. Grayscale: #515151. Windows color (decimal): -2877154 or 1972692. OLE color: 1972692.
HSL color Cylindrical-coordinate representation of color #D4191E: hue angle of 358.4º 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 #D4191E is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 30 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.17 |
| HSL | 358.4º | 0.79% | 0.46% | - |
| HSV(B) | 358.4º | 0.88% | 0.83% | - |
| XYZ | 27.73 | 14.79 | 2.62 | - |
| YUV | 81.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 30 | 0 | 0.88 | 0.86 | 0.17 | 358.4 | 0.79 | 0.46 |
| Hex | D4 | 19 | 1E | 0 | 58 | 56 | 11 | 166 | 4F | 2E |
| Octal | 324 | 31 | 36 | 0 | 130 | 126 | 21 | 546 | 117 | 56 |
| Binary | 11010100 | 11001 | 11110 | 0 | 1011000 | 1010110 | 10001 | 101100110 | 1001111 | 101110 |
Color Harmonies of #D4191E
Complementary color
Monochromatic Colors of #D4191E
Black with #D4191E
Text Example
Text Example
White with #D4191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4191E; }
p { color: rgb(212,25,30); }
H1.HeaderClassName
{
color: #D4191E;
}
.AnyTagClassName
{
color: #D4191E;
}
</style>
background-color css
<style>
a { background-color: #D4191E; }
a { background-color: rgb(212,25,30); }
div.DivClassName
{
background-color: #D4191E;
}
.BgClassName
{
background-color: #D4191E;
}
</style>
border-color css
<style>
span { border-color: #D4191E; }
span { border-color: rgb(212,25,30); }
td.TdClassName
{
border-color: #D4191E;
}
.TagClassName
{
border-color: #D4191E;
}
</style>