Shades of Fire Engine Red #D41222
Tints of Fire Engine Red #D41222
RGB
CMYK
RGB Variations
Color information
#D41222 (or 0xD41222) is known color: Fire Engine Red. HEX triplet: D4, 12 and 22. RGB value is (212,18,34). Sum of RGB (Red+Green+Blue) = 212+18+34=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D41222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41222 is #2BEDDD. Grayscale: #4D4D4D. Windows color (decimal): -2878942 or 2233044. OLE color: 2233044.
HSL color Cylindrical-coordinate representation of color #D41222: hue angle of 355.05º 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 #D41222 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 34 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.17 |
| HSL | 355.05º | 0.84% | 0.45% | - |
| HSV(B) | 355.05º | 0.92% | 0.83% | - |
| XYZ | 27.66 | 14.55 | 2.86 | - |
| YUV | 77.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 34 | 0 | 0.92 | 0.84 | 0.17 | 355.05 | 0.84 | 0.45 |
| Hex | D4 | 12 | 22 | 0 | 5C | 54 | 11 | 163 | 54 | 2D |
| Octal | 324 | 22 | 42 | 0 | 134 | 124 | 21 | 543 | 124 | 55 |
| Binary | 11010100 | 10010 | 100010 | 0 | 1011100 | 1010100 | 10001 | 101100011 | 1010100 | 101101 |
Color Harmonies of #D41222
Complementary color
Monochromatic Colors of #D41222
Black with #D41222
Text Example
Text Example
White with #D41222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41222; }
p { color: rgb(212,18,34); }
H1.HeaderClassName
{
color: #D41222;
}
.AnyTagClassName
{
color: #D41222;
}
</style>
background-color css
<style>
a { background-color: #D41222; }
a { background-color: rgb(212,18,34); }
div.DivClassName
{
background-color: #D41222;
}
.BgClassName
{
background-color: #D41222;
}
</style>
border-color css
<style>
span { border-color: #D41222; }
span { border-color: rgb(212,18,34); }
td.TdClassName
{
border-color: #D41222;
}
.TagClassName
{
border-color: #D41222;
}
</style>