Shades of Fire Engine Red #C80A2C
Tints of Fire Engine Red #C80A2C
RGB
CMYK
RGB Variations
Color information
#C80A2C (or 0xC80A2C) is known color: Fire Engine Red. HEX triplet: C8, 0A and 2C. RGB value is (200,10,44). Sum of RGB (Red+Green+Blue) = 200+10+44=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A2C is #37F5D3. Grayscale: #464646. Windows color (decimal): -3667412 or 2886344. OLE color: 2886344.
HSL color Cylindrical-coordinate representation of color #C80A2C: hue angle of 349.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A2C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 44 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.22 |
| HSL | 349.26º | 0.9% | 0.41% | - |
| HSV(B) | 349.26º | 0.95% | 0.78% | - |
| XYZ | 24.38 | 12.68 | 3.54 | - |
| YUV | 70.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 44 | 0 | 0.95 | 0.78 | 0.22 | 349.26 | 0.9 | 0.41 |
| Hex | C8 | A | 2C | 0 | 5F | 4E | 16 | 15D | 5A | 29 |
| Octal | 310 | 12 | 54 | 0 | 137 | 116 | 26 | 535 | 132 | 51 |
| Binary | 11001000 | 1010 | 101100 | 0 | 1011111 | 1001110 | 10110 | 101011101 | 1011010 | 101001 |
Color Harmonies of #C80A2C
Complementary color
Monochromatic Colors of #C80A2C
Black with #C80A2C
Text Example
Text Example
White with #C80A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A2C; }
p { color: rgb(200,10,44); }
H1.HeaderClassName
{
color: #C80A2C;
}
.AnyTagClassName
{
color: #C80A2C;
}
</style>
background-color css
<style>
a { background-color: #C80A2C; }
a { background-color: rgb(200,10,44); }
div.DivClassName
{
background-color: #C80A2C;
}
.BgClassName
{
background-color: #C80A2C;
}
</style>
border-color css
<style>
span { border-color: #C80A2C; }
span { border-color: rgb(200,10,44); }
td.TdClassName
{
border-color: #C80A2C;
}
.TagClassName
{
border-color: #C80A2C;
}
</style>