Shades of Fire Engine Red #C80C21
Tints of Fire Engine Red #C80C21
RGB
CMYK
RGB Variations
Color information
#C80C21 (or 0xC80C21) is known color: Fire Engine Red. HEX triplet: C8, 0C and 21. RGB value is (200,12,33). Sum of RGB (Red+Green+Blue) = 200+12+33=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C21 is #37F3DE. Grayscale: #464646. Windows color (decimal): -3666911 or 2165960. OLE color: 2165960.
HSL color Cylindrical-coordinate representation of color #C80C21: hue angle of 353.3º 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 #C80C21 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 33 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.22 |
| HSL | 353.3º | 0.89% | 0.42% | - |
| HSV(B) | 353.3º | 0.94% | 0.78% | - |
| XYZ | 24.23 | 12.65 | 2.6 | - |
| YUV | 70.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 33 | 0 | 0.94 | 0.84 | 0.22 | 353.3 | 0.89 | 0.42 |
| Hex | C8 | C | 21 | 0 | 5E | 54 | 16 | 161 | 59 | 2A |
| Octal | 310 | 14 | 41 | 0 | 136 | 124 | 26 | 541 | 131 | 52 |
| Binary | 11001000 | 1100 | 100001 | 0 | 1011110 | 1010100 | 10110 | 101100001 | 1011001 | 101010 |
Color Harmonies of #C80C21
Complementary color
Monochromatic Colors of #C80C21
Black with #C80C21
Text Example
Text Example
White with #C80C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C21; }
p { color: rgb(200,12,33); }
H1.HeaderClassName
{
color: #C80C21;
}
.AnyTagClassName
{
color: #C80C21;
}
</style>
background-color css
<style>
a { background-color: #C80C21; }
a { background-color: rgb(200,12,33); }
div.DivClassName
{
background-color: #C80C21;
}
.BgClassName
{
background-color: #C80C21;
}
</style>
border-color css
<style>
span { border-color: #C80C21; }
span { border-color: rgb(200,12,33); }
td.TdClassName
{
border-color: #C80C21;
}
.TagClassName
{
border-color: #C80C21;
}
</style>