Shades of Fire Engine Red #C72022
Tints of Fire Engine Red #C72022
RGB
CMYK
RGB Variations
Color information
#C72022 (or 0xC72022) is known color: Fire Engine Red. HEX triplet: C7, 20 and 22. RGB value is (199,32,34). Sum of RGB (Red+Green+Blue) = 199+32+34=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C72022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72022 is #38DFDD. Grayscale: #525252. Windows color (decimal): -3727326 or 2236615. OLE color: 2236615.
HSL color Cylindrical-coordinate representation of color #C72022: hue angle of 359.28º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72022 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 34 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.22 |
| HSL | 359.28º | 0.72% | 0.45% | - |
| HSV(B) | 359.28º | 0.84% | 0.78% | - |
| XYZ | 24.36 | 13.29 | 2.79 | - |
| YUV | 82.16 | 100.83 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 34 | 0 | 0.84 | 0.83 | 0.22 | 359.28 | 0.72 | 0.45 |
| Hex | C7 | 20 | 22 | 0 | 54 | 53 | 16 | 167 | 48 | 2D |
| Octal | 307 | 40 | 42 | 0 | 124 | 123 | 26 | 547 | 110 | 55 |
| Binary | 11000111 | 100000 | 100010 | 0 | 1010100 | 1010011 | 10110 | 101100111 | 1001000 | 101101 |
Color Harmonies of #C72022
Complementary color
Monochromatic Colors of #C72022
Black with #C72022
Text Example
Text Example
White with #C72022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72022; }
p { color: rgb(199,32,34); }
H1.HeaderClassName
{
color: #C72022;
}
.AnyTagClassName
{
color: #C72022;
}
</style>
background-color css
<style>
a { background-color: #C72022; }
a { background-color: rgb(199,32,34); }
div.DivClassName
{
background-color: #C72022;
}
.BgClassName
{
background-color: #C72022;
}
</style>
border-color css
<style>
span { border-color: #C72022; }
span { border-color: rgb(199,32,34); }
td.TdClassName
{
border-color: #C72022;
}
.TagClassName
{
border-color: #C72022;
}
</style>