Shades of Fire Engine Red #C00A2A
Tints of Fire Engine Red #C00A2A
RGB
CMYK
RGB Variations
Color information
#C00A2A (or 0xC00A2A) is known color: Fire Engine Red. HEX triplet: C0, 0A and 2A. RGB value is (192,10,42). Sum of RGB (Red+Green+Blue) = 192+10+42=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A2A is #3FF5D5. Grayscale: #444444. Windows color (decimal): -4191702 or 2755264. OLE color: 2755264.
HSL color Cylindrical-coordinate representation of color #C00A2A: hue angle of 349.45º 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 #C00A2A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.25 |
| HSL | 349.45º | 0.9% | 0.4% | - |
| HSV(B) | 349.45º | 0.95% | 0.75% | - |
| XYZ | 22.26 | 11.59 | 3.25 | - |
| YUV | 68.07 | 113.3 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 42 | 0 | 0.95 | 0.78 | 0.25 | 349.45 | 0.9 | 0.4 |
| Hex | C0 | A | 2A | 0 | 5F | 4E | 19 | 15D | 5A | 28 |
| Octal | 300 | 12 | 52 | 0 | 137 | 116 | 31 | 535 | 132 | 50 |
| Binary | 11000000 | 1010 | 101010 | 0 | 1011111 | 1001110 | 11001 | 101011101 | 1011010 | 101000 |
Color Harmonies of #C00A2A
Complementary color
Monochromatic Colors of #C00A2A
Black with #C00A2A
Text Example
Text Example
White with #C00A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A2A; }
p { color: rgb(192,10,42); }
H1.HeaderClassName
{
color: #C00A2A;
}
.AnyTagClassName
{
color: #C00A2A;
}
</style>
background-color css
<style>
a { background-color: #C00A2A; }
a { background-color: rgb(192,10,42); }
div.DivClassName
{
background-color: #C00A2A;
}
.BgClassName
{
background-color: #C00A2A;
}
</style>
border-color css
<style>
span { border-color: #C00A2A; }
span { border-color: rgb(192,10,42); }
td.TdClassName
{
border-color: #C00A2A;
}
.TagClassName
{
border-color: #C00A2A;
}
</style>