Shades of Fire Engine Red #D4121E
Tints of Fire Engine Red #D4121E
RGB
CMYK
RGB Variations
Color information
#D4121E (or 0xD4121E) is known color: Fire Engine Red. HEX triplet: D4, 12 and 1E. RGB value is (212,18,30). Sum of RGB (Red+Green+Blue) = 212+18+30=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D4121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4121E is #2BEDE1. Grayscale: #4D4D4D. Windows color (decimal): -2878946 or 1970900. OLE color: 1970900.
HSL color Cylindrical-coordinate representation of color #D4121E: hue angle of 356.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4121E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.17 |
| HSL | 356.29º | 0.84% | 0.45% | - |
| HSV(B) | 356.29º | 0.92% | 0.83% | - |
| XYZ | 27.6 | 14.52 | 2.58 | - |
| YUV | 77.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 30 | 0 | 0.92 | 0.86 | 0.17 | 356.29 | 0.84 | 0.45 |
| Hex | D4 | 12 | 1E | 0 | 5C | 56 | 11 | 164 | 54 | 2D |
| Octal | 324 | 22 | 36 | 0 | 134 | 126 | 21 | 544 | 124 | 55 |
| Binary | 11010100 | 10010 | 11110 | 0 | 1011100 | 1010110 | 10001 | 101100100 | 1010100 | 101101 |
Color Harmonies of #D4121E
Complementary color
Monochromatic Colors of #D4121E
Black with #D4121E
Text Example
Text Example
White with #D4121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4121E; }
p { color: rgb(212,18,30); }
H1.HeaderClassName
{
color: #D4121E;
}
.AnyTagClassName
{
color: #D4121E;
}
</style>
background-color css
<style>
a { background-color: #D4121E; }
a { background-color: rgb(212,18,30); }
div.DivClassName
{
background-color: #D4121E;
}
.BgClassName
{
background-color: #D4121E;
}
</style>
border-color css
<style>
span { border-color: #D4121E; }
span { border-color: rgb(212,18,30); }
td.TdClassName
{
border-color: #D4121E;
}
.TagClassName
{
border-color: #D4121E;
}
</style>