Shades of Fire Engine Red #D62022
Tints of Fire Engine Red #D62022
RGB
CMYK
RGB Variations
Color information
#D62022 (or 0xD62022) is known color: Fire Engine Red. HEX triplet: D6, 20 and 22. RGB value is (214,32,34). Sum of RGB (Red+Green+Blue) = 214+32+34=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D62022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62022 is #29DFDD. Grayscale: #565656. Windows color (decimal): -2744286 or 2236630. OLE color: 2236630.
HSL color Cylindrical-coordinate representation of color #D62022: hue angle of 359.34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62022 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 34 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.16 |
| HSL | 359.34º | 0.74% | 0.48% | - |
| HSV(B) | 359.34º | 0.85% | 0.84% | - |
| XYZ | 28.54 | 15.44 | 2.99 | - |
| YUV | 86.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 34 | 0 | 0.85 | 0.84 | 0.16 | 359.34 | 0.74 | 0.48 |
| Hex | D6 | 20 | 22 | 0 | 55 | 54 | 10 | 167 | 4A | 30 |
| Octal | 326 | 40 | 42 | 0 | 125 | 124 | 20 | 547 | 112 | 60 |
| Binary | 11010110 | 100000 | 100010 | 0 | 1010101 | 1010100 | 10000 | 101100111 | 1001010 | 110000 |
Color Harmonies of #D62022
Complementary color
Monochromatic Colors of #D62022
Black with #D62022
Text Example
Text Example
White with #D62022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62022; }
p { color: rgb(214,32,34); }
H1.HeaderClassName
{
color: #D62022;
}
.AnyTagClassName
{
color: #D62022;
}
</style>
background-color css
<style>
a { background-color: #D62022; }
a { background-color: rgb(214,32,34); }
div.DivClassName
{
background-color: #D62022;
}
.BgClassName
{
background-color: #D62022;
}
</style>
border-color css
<style>
span { border-color: #D62022; }
span { border-color: rgb(214,32,34); }
td.TdClassName
{
border-color: #D62022;
}
.TagClassName
{
border-color: #D62022;
}
</style>