Shades of Fire Engine Red #D4191A
Tints of Fire Engine Red #D4191A
RGB
CMYK
RGB Variations
Color information
#D4191A (or 0xD4191A) is known color: Fire Engine Red. HEX triplet: D4, 19 and 1A. RGB value is (212,25,26). Sum of RGB (Red+Green+Blue) = 212+25+26=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4191A is #2BE6E5. Grayscale: #515151. Windows color (decimal): -2877158 or 1710548. OLE color: 1710548.
HSL color Cylindrical-coordinate representation of color #D4191A: hue angle of 359.68º 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 #D4191A is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 26 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.17 |
| HSL | 359.68º | 0.79% | 0.46% | - |
| HSV(B) | 359.68º | 0.88% | 0.83% | - |
| XYZ | 27.69 | 14.77 | 2.37 | - |
| YUV | 81.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 26 | 0 | 0.88 | 0.88 | 0.17 | 359.68 | 0.79 | 0.46 |
| Hex | D4 | 19 | 1A | 0 | 58 | 58 | 11 | 168 | 4F | 2E |
| Octal | 324 | 31 | 32 | 0 | 130 | 130 | 21 | 550 | 117 | 56 |
| Binary | 11010100 | 11001 | 11010 | 0 | 1011000 | 1011000 | 10001 | 101101000 | 1001111 | 101110 |
Color Harmonies of #D4191A
Complementary color
Monochromatic Colors of #D4191A
Black with #D4191A
Text Example
Text Example
White with #D4191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4191A; }
p { color: rgb(212,25,26); }
H1.HeaderClassName
{
color: #D4191A;
}
.AnyTagClassName
{
color: #D4191A;
}
</style>
background-color css
<style>
a { background-color: #D4191A; }
a { background-color: rgb(212,25,26); }
div.DivClassName
{
background-color: #D4191A;
}
.BgClassName
{
background-color: #D4191A;
}
</style>
border-color css
<style>
span { border-color: #D4191A; }
span { border-color: rgb(212,25,26); }
td.TdClassName
{
border-color: #D4191A;
}
.TagClassName
{
border-color: #D4191A;
}
</style>