Shades of Fire Engine Red #C62024
Tints of Fire Engine Red #C62024
RGB
CMYK
RGB Variations
Color information
#C62024 (or 0xC62024) is known color: Fire Engine Red. HEX triplet: C6, 20 and 24. RGB value is (198,32,36). Sum of RGB (Red+Green+Blue) = 198+32+36=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C62024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62024 is #39DFDB. Grayscale: #525252. Windows color (decimal): -3792860 or 2367686. OLE color: 2367686.
HSL color Cylindrical-coordinate representation of color #C62024: hue angle of 358.55º 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 #C62024 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 36 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.22 |
| HSL | 358.55º | 0.72% | 0.45% | - |
| HSV(B) | 358.55º | 0.84% | 0.78% | - |
| XYZ | 24.12 | 13.17 | 2.94 | - |
| YUV | 82.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 36 | 0 | 0.84 | 0.82 | 0.22 | 358.55 | 0.72 | 0.45 |
| Hex | C6 | 20 | 24 | 0 | 54 | 52 | 16 | 167 | 48 | 2D |
| Octal | 306 | 40 | 44 | 0 | 124 | 122 | 26 | 547 | 110 | 55 |
| Binary | 11000110 | 100000 | 100100 | 0 | 1010100 | 1010010 | 10110 | 101100111 | 1001000 | 101101 |
Color Harmonies of #C62024
Complementary color
Monochromatic Colors of #C62024
Black with #C62024
Text Example
Text Example
White with #C62024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62024; }
p { color: rgb(198,32,36); }
H1.HeaderClassName
{
color: #C62024;
}
.AnyTagClassName
{
color: #C62024;
}
</style>
background-color css
<style>
a { background-color: #C62024; }
a { background-color: rgb(198,32,36); }
div.DivClassName
{
background-color: #C62024;
}
.BgClassName
{
background-color: #C62024;
}
</style>
border-color css
<style>
span { border-color: #C62024; }
span { border-color: rgb(198,32,36); }
td.TdClassName
{
border-color: #C62024;
}
.TagClassName
{
border-color: #C62024;
}
</style>