Shades of Fire Engine Red #D4151E
Tints of Fire Engine Red #D4151E
RGB
CMYK
RGB Variations
Color information
#D4151E (or 0xD4151E) is known color: Fire Engine Red. HEX triplet: D4, 15 and 1E. RGB value is (212,21,30). Sum of RGB (Red+Green+Blue) = 212+21+30=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4151E is #2BEAE1. Grayscale: #4F4F4F. Windows color (decimal): -2878178 or 1971668. OLE color: 1971668.
HSL color Cylindrical-coordinate representation of color #D4151E: hue angle of 357.17º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.17 |
| HSL | 357.17º | 0.82% | 0.46% | - |
| HSV(B) | 357.17º | 0.9% | 0.83% | - |
| XYZ | 27.65 | 14.63 | 2.59 | - |
| YUV | 79.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 30 | 0 | 0.90 | 0.86 | 0.17 | 357.17 | 0.82 | 0.46 |
| Hex | D4 | 15 | 1E | 0 | 5A | 56 | 11 | 165 | 52 | 2E |
| Octal | 324 | 25 | 36 | 0 | 132 | 126 | 21 | 545 | 122 | 56 |
| Binary | 11010100 | 10101 | 11110 | 0 | 1011010 | 1010110 | 10001 | 101100101 | 1010010 | 101110 |
Color Harmonies of #D4151E
Complementary color
Monochromatic Colors of #D4151E
Black with #D4151E
Text Example
Text Example
White with #D4151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4151E; }
p { color: rgb(212,21,30); }
H1.HeaderClassName
{
color: #D4151E;
}
.AnyTagClassName
{
color: #D4151E;
}
</style>
background-color css
<style>
a { background-color: #D4151E; }
a { background-color: rgb(212,21,30); }
div.DivClassName
{
background-color: #D4151E;
}
.BgClassName
{
background-color: #D4151E;
}
</style>
border-color css
<style>
span { border-color: #D4151E; }
span { border-color: rgb(212,21,30); }
td.TdClassName
{
border-color: #D4151E;
}
.TagClassName
{
border-color: #D4151E;
}
</style>