Shades of Fire Engine Red #D41124
Tints of Fire Engine Red #D41124
RGB
CMYK
RGB Variations
Color information
#D41124 (or 0xD41124) is known color: Fire Engine Red. HEX triplet: D4, 11 and 24. RGB value is (212,17,36). Sum of RGB (Red+Green+Blue) = 212+17+36=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D41124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41124 is #2BEEDB. Grayscale: #4D4D4D. Windows color (decimal): -2879196 or 2363860. OLE color: 2363860.
HSL color Cylindrical-coordinate representation of color #D41124: hue angle of 354.15º degrees, saturation: 0.85, 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 #D41124 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 36 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.17 |
| HSL | 354.15º | 0.85% | 0.45% | - |
| HSV(B) | 354.15º | 0.92% | 0.83% | - |
| XYZ | 27.67 | 14.53 | 3.01 | - |
| YUV | 77.47 | 104.6 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 36 | 0 | 0.92 | 0.83 | 0.17 | 354.15 | 0.85 | 0.45 |
| Hex | D4 | 11 | 24 | 0 | 5C | 53 | 11 | 162 | 55 | 2D |
| Octal | 324 | 21 | 44 | 0 | 134 | 123 | 21 | 542 | 125 | 55 |
| Binary | 11010100 | 10001 | 100100 | 0 | 1011100 | 1010011 | 10001 | 101100010 | 1010101 | 101101 |
Color Harmonies of #D41124
Complementary color
Monochromatic Colors of #D41124
Black with #D41124
Text Example
Text Example
White with #D41124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41124; }
p { color: rgb(212,17,36); }
H1.HeaderClassName
{
color: #D41124;
}
.AnyTagClassName
{
color: #D41124;
}
</style>
background-color css
<style>
a { background-color: #D41124; }
a { background-color: rgb(212,17,36); }
div.DivClassName
{
background-color: #D41124;
}
.BgClassName
{
background-color: #D41124;
}
</style>
border-color css
<style>
span { border-color: #D41124; }
span { border-color: rgb(212,17,36); }
td.TdClassName
{
border-color: #D41124;
}
.TagClassName
{
border-color: #D41124;
}
</style>