Shades of Fire Engine Red #C80C24
Tints of Fire Engine Red #C80C24
RGB
CMYK
RGB Variations
Color information
#C80C24 (or 0xC80C24) is known color: Fire Engine Red. HEX triplet: C8, 0C and 24. RGB value is (200,12,36). Sum of RGB (Red+Green+Blue) = 200+12+36=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C24 is #37F3DB. Grayscale: #474747. Windows color (decimal): -3666908 or 2362568. OLE color: 2362568.
HSL color Cylindrical-coordinate representation of color #C80C24: hue angle of 352.34º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C24 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 36 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.22 |
| HSL | 352.34º | 0.89% | 0.42% | - |
| HSV(B) | 352.34º | 0.94% | 0.78% | - |
| XYZ | 24.27 | 12.67 | 2.84 | - |
| YUV | 70.95 | 108.28 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 36 | 0 | 0.94 | 0.82 | 0.22 | 352.34 | 0.89 | 0.42 |
| Hex | C8 | C | 24 | 0 | 5E | 52 | 16 | 160 | 59 | 2A |
| Octal | 310 | 14 | 44 | 0 | 136 | 122 | 26 | 540 | 131 | 52 |
| Binary | 11001000 | 1100 | 100100 | 0 | 1011110 | 1010010 | 10110 | 101100000 | 1011001 | 101010 |
Color Harmonies of #C80C24
Complementary color
Monochromatic Colors of #C80C24
Black with #C80C24
Text Example
Text Example
White with #C80C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C24; }
p { color: rgb(200,12,36); }
H1.HeaderClassName
{
color: #C80C24;
}
.AnyTagClassName
{
color: #C80C24;
}
</style>
background-color css
<style>
a { background-color: #C80C24; }
a { background-color: rgb(200,12,36); }
div.DivClassName
{
background-color: #C80C24;
}
.BgClassName
{
background-color: #C80C24;
}
</style>
border-color css
<style>
span { border-color: #C80C24; }
span { border-color: rgb(200,12,36); }
td.TdClassName
{
border-color: #C80C24;
}
.TagClassName
{
border-color: #C80C24;
}
</style>