Shades of Fire Engine Red #D4191C
Tints of Fire Engine Red #D4191C
RGB
CMYK
RGB Variations
Color information
#D4191C (or 0xD4191C) is known color: Fire Engine Red. HEX triplet: D4, 19 and 1C. RGB value is (212,25,28). Sum of RGB (Red+Green+Blue) = 212+25+28=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D4191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4191C is #2BE6E3. Grayscale: #515151. Windows color (decimal): -2877156 or 1841620. OLE color: 1841620.
HSL color Cylindrical-coordinate representation of color #D4191C: hue angle of 359.04º 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 #D4191C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.17 |
| HSL | 359.04º | 0.79% | 0.46% | - |
| HSV(B) | 359.04º | 0.88% | 0.83% | - |
| XYZ | 27.71 | 14.78 | 2.49 | - |
| YUV | 81.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 28 | 0 | 0.88 | 0.87 | 0.17 | 359.04 | 0.79 | 0.46 |
| Hex | D4 | 19 | 1C | 0 | 58 | 57 | 11 | 167 | 4F | 2E |
| Octal | 324 | 31 | 34 | 0 | 130 | 127 | 21 | 547 | 117 | 56 |
| Binary | 11010100 | 11001 | 11100 | 0 | 1011000 | 1010111 | 10001 | 101100111 | 1001111 | 101110 |
Color Harmonies of #D4191C
Complementary color
Monochromatic Colors of #D4191C
Black with #D4191C
Text Example
Text Example
White with #D4191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4191C; }
p { color: rgb(212,25,28); }
H1.HeaderClassName
{
color: #D4191C;
}
.AnyTagClassName
{
color: #D4191C;
}
</style>
background-color css
<style>
a { background-color: #D4191C; }
a { background-color: rgb(212,25,28); }
div.DivClassName
{
background-color: #D4191C;
}
.BgClassName
{
background-color: #D4191C;
}
</style>
border-color css
<style>
span { border-color: #D4191C; }
span { border-color: rgb(212,25,28); }
td.TdClassName
{
border-color: #D4191C;
}
.TagClassName
{
border-color: #D4191C;
}
</style>