Shades of Fire Engine Red #D41120
Tints of Fire Engine Red #D41120
RGB
CMYK
RGB Variations
Color information
#D41120 (or 0xD41120) is known color: Fire Engine Red. HEX triplet: D4, 11 and 20. RGB value is (212,17,32). Sum of RGB (Red+Green+Blue) = 212+17+32=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D41120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41120 is #2BEEDF. Grayscale: #4D4D4D. Windows color (decimal): -2879200 or 2101716. OLE color: 2101716.
HSL color Cylindrical-coordinate representation of color #D41120: hue angle of 355.38º 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 #D41120 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 32 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.17 |
| HSL | 355.38º | 0.85% | 0.45% | - |
| HSV(B) | 355.38º | 0.92% | 0.83% | - |
| XYZ | 27.61 | 14.5 | 2.71 | - |
| YUV | 77.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 32 | 0 | 0.92 | 0.85 | 0.17 | 355.38 | 0.85 | 0.45 |
| Hex | D4 | 11 | 20 | 0 | 5C | 55 | 11 | 163 | 55 | 2D |
| Octal | 324 | 21 | 40 | 0 | 134 | 125 | 21 | 543 | 125 | 55 |
| Binary | 11010100 | 10001 | 100000 | 0 | 1011100 | 1010101 | 10001 | 101100011 | 1010101 | 101101 |
Color Harmonies of #D41120
Complementary color
Monochromatic Colors of #D41120
Black with #D41120
Text Example
Text Example
White with #D41120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41120; }
p { color: rgb(212,17,32); }
H1.HeaderClassName
{
color: #D41120;
}
.AnyTagClassName
{
color: #D41120;
}
</style>
background-color css
<style>
a { background-color: #D41120; }
a { background-color: rgb(212,17,32); }
div.DivClassName
{
background-color: #D41120;
}
.BgClassName
{
background-color: #D41120;
}
</style>
border-color css
<style>
span { border-color: #D41120; }
span { border-color: rgb(212,17,32); }
td.TdClassName
{
border-color: #D41120;
}
.TagClassName
{
border-color: #D41120;
}
</style>