Shades of Fire Engine Red #D4122C
Tints of Fire Engine Red #D4122C
RGB
CMYK
RGB Variations
Color information
#D4122C (or 0xD4122C) is known color: Fire Engine Red. HEX triplet: D4, 12 and 2C. RGB value is (212,18,44). Sum of RGB (Red+Green+Blue) = 212+18+44=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4122C is #2BEDD3. Grayscale: #4F4F4F. Windows color (decimal): -2878932 or 2888404. OLE color: 2888404.
HSL color Cylindrical-coordinate representation of color #D4122C: hue angle of 351.96º 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 #D4122C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.17 |
| HSL | 351.96º | 0.84% | 0.45% | - |
| HSV(B) | 351.96º | 0.92% | 0.83% | - |
| XYZ | 27.82 | 14.61 | 3.74 | - |
| YUV | 78.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 44 | 0 | 0.92 | 0.79 | 0.17 | 351.96 | 0.84 | 0.45 |
| Hex | D4 | 12 | 2C | 0 | 5C | 4F | 11 | 160 | 54 | 2D |
| Octal | 324 | 22 | 54 | 0 | 134 | 117 | 21 | 540 | 124 | 55 |
| Binary | 11010100 | 10010 | 101100 | 0 | 1011100 | 1001111 | 10001 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D4122C
Complementary color
Monochromatic Colors of #D4122C
Black with #D4122C
Text Example
Text Example
White with #D4122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4122C; }
p { color: rgb(212,18,44); }
H1.HeaderClassName
{
color: #D4122C;
}
.AnyTagClassName
{
color: #D4122C;
}
</style>
background-color css
<style>
a { background-color: #D4122C; }
a { background-color: rgb(212,18,44); }
div.DivClassName
{
background-color: #D4122C;
}
.BgClassName
{
background-color: #D4122C;
}
</style>
border-color css
<style>
span { border-color: #D4122C; }
span { border-color: rgb(212,18,44); }
td.TdClassName
{
border-color: #D4122C;
}
.TagClassName
{
border-color: #D4122C;
}
</style>