Shades of Fire Engine Red #C72023
Tints of Fire Engine Red #C72023
RGB
CMYK
RGB Variations
Color information
#C72023 (or 0xC72023) is known color: Fire Engine Red. HEX triplet: C7, 20 and 23. RGB value is (199,32,35). Sum of RGB (Red+Green+Blue) = 199+32+35=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C72023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72023 is #38DFDC. Grayscale: #525252. Windows color (decimal): -3727325 or 2302151. OLE color: 2302151.
HSL color Cylindrical-coordinate representation of color #C72023: hue angle of 358.92º 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 #C72023 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.22 |
| HSL | 358.92º | 0.72% | 0.45% | - |
| HSV(B) | 358.92º | 0.84% | 0.78% | - |
| XYZ | 24.37 | 13.3 | 2.87 | - |
| YUV | 82.28 | 101.33 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 35 | 0 | 0.84 | 0.82 | 0.22 | 358.92 | 0.72 | 0.45 |
| Hex | C7 | 20 | 23 | 0 | 54 | 52 | 16 | 167 | 48 | 2D |
| Octal | 307 | 40 | 43 | 0 | 124 | 122 | 26 | 547 | 110 | 55 |
| Binary | 11000111 | 100000 | 100011 | 0 | 1010100 | 1010010 | 10110 | 101100111 | 1001000 | 101101 |
Color Harmonies of #C72023
Complementary color
Monochromatic Colors of #C72023
Black with #C72023
Text Example
Text Example
White with #C72023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72023; }
p { color: rgb(199,32,35); }
H1.HeaderClassName
{
color: #C72023;
}
.AnyTagClassName
{
color: #C72023;
}
</style>
background-color css
<style>
a { background-color: #C72023; }
a { background-color: rgb(199,32,35); }
div.DivClassName
{
background-color: #C72023;
}
.BgClassName
{
background-color: #C72023;
}
</style>
border-color css
<style>
span { border-color: #C72023; }
span { border-color: rgb(199,32,35); }
td.TdClassName
{
border-color: #C72023;
}
.TagClassName
{
border-color: #C72023;
}
</style>