Shades of Fire Engine Red #D42124
Tints of Fire Engine Red #D42124
RGB
CMYK
RGB Variations
Color information
#D42124 (or 0xD42124) is known color: Fire Engine Red. HEX triplet: D4, 21 and 24. RGB value is (212,33,36). Sum of RGB (Red+Green+Blue) = 212+33+36=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D42124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42124 is #2BDEDB. Grayscale: #575757. Windows color (decimal): -2875100 or 2367956. OLE color: 2367956.
HSL color Cylindrical-coordinate representation of color #D42124: hue angle of 358.99º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42124 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 36 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.17 |
| HSL | 358.99º | 0.73% | 0.48% | - |
| HSV(B) | 358.99º | 0.84% | 0.83% | - |
| XYZ | 28.01 | 15.21 | 3.13 | - |
| YUV | 86.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 36 | 0 | 0.84 | 0.83 | 0.17 | 358.99 | 0.73 | 0.48 |
| Hex | D4 | 21 | 24 | 0 | 54 | 53 | 11 | 167 | 49 | 30 |
| Octal | 324 | 41 | 44 | 0 | 124 | 123 | 21 | 547 | 111 | 60 |
| Binary | 11010100 | 100001 | 100100 | 0 | 1010100 | 1010011 | 10001 | 101100111 | 1001001 | 110000 |
Color Harmonies of #D42124
Complementary color
Monochromatic Colors of #D42124
Black with #D42124
Text Example
Text Example
White with #D42124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42124; }
p { color: rgb(212,33,36); }
H1.HeaderClassName
{
color: #D42124;
}
.AnyTagClassName
{
color: #D42124;
}
</style>
background-color css
<style>
a { background-color: #D42124; }
a { background-color: rgb(212,33,36); }
div.DivClassName
{
background-color: #D42124;
}
.BgClassName
{
background-color: #D42124;
}
</style>
border-color css
<style>
span { border-color: #D42124; }
span { border-color: rgb(212,33,36); }
td.TdClassName
{
border-color: #D42124;
}
.TagClassName
{
border-color: #D42124;
}
</style>