Shades of Fire Engine Red #C00A2C
Tints of Fire Engine Red #C00A2C
RGB
CMYK
RGB Variations
Color information
#C00A2C (or 0xC00A2C) is known color: Fire Engine Red. HEX triplet: C0, 0A and 2C. RGB value is (192,10,44). Sum of RGB (Red+Green+Blue) = 192+10+44=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A2C is #3FF5D3. Grayscale: #444444. Windows color (decimal): -4191700 or 2886336. OLE color: 2886336.
HSL color Cylindrical-coordinate representation of color #C00A2C: hue angle of 348.79º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A2C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 44 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.25 |
| HSL | 348.79º | 0.9% | 0.4% | - |
| HSV(B) | 348.79º | 0.95% | 0.75% | - |
| XYZ | 22.3 | 11.61 | 3.45 | - |
| YUV | 68.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 44 | 0 | 0.95 | 0.77 | 0.25 | 348.79 | 0.9 | 0.4 |
| Hex | C0 | A | 2C | 0 | 5F | 4D | 19 | 15D | 5A | 28 |
| Octal | 300 | 12 | 54 | 0 | 137 | 115 | 31 | 535 | 132 | 50 |
| Binary | 11000000 | 1010 | 101100 | 0 | 1011111 | 1001101 | 11001 | 101011101 | 1011010 | 101000 |
Color Harmonies of #C00A2C
Complementary color
Monochromatic Colors of #C00A2C
Black with #C00A2C
Text Example
Text Example
White with #C00A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A2C; }
p { color: rgb(192,10,44); }
H1.HeaderClassName
{
color: #C00A2C;
}
.AnyTagClassName
{
color: #C00A2C;
}
</style>
background-color css
<style>
a { background-color: #C00A2C; }
a { background-color: rgb(192,10,44); }
div.DivClassName
{
background-color: #C00A2C;
}
.BgClassName
{
background-color: #C00A2C;
}
</style>
border-color css
<style>
span { border-color: #C00A2C; }
span { border-color: rgb(192,10,44); }
td.TdClassName
{
border-color: #C00A2C;
}
.TagClassName
{
border-color: #C00A2C;
}
</style>