Shades of Fire Engine Red #C80A28
Tints of Fire Engine Red #C80A28
RGB
CMYK
RGB Variations
Color information
#C80A28 (or 0xC80A28) is known color: Fire Engine Red. HEX triplet: C8, 0A and 28. RGB value is (200,10,40). Sum of RGB (Red+Green+Blue) = 200+10+40=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A28 is #37F5D7. Grayscale: #464646. Windows color (decimal): -3667416 or 2624200. OLE color: 2624200.
HSL color Cylindrical-coordinate representation of color #C80A28: hue angle of 350.53º 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 #C80A28 is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 40 | - |
| CMYK | 0 | 0.95 | 0.8 | 0.22 |
| HSL | 350.53º | 0.9% | 0.41% | - |
| HSV(B) | 350.53º | 0.95% | 0.78% | - |
| XYZ | 24.31 | 12.65 | 3.17 | - |
| YUV | 70.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 40 | 0 | 0.95 | 0.8 | 0.22 | 350.53 | 0.9 | 0.41 |
| Hex | C8 | A | 28 | 0 | 5F | 50 | 16 | 15F | 5A | 29 |
| Octal | 310 | 12 | 50 | 0 | 137 | 120 | 26 | 537 | 132 | 51 |
| Binary | 11001000 | 1010 | 101000 | 0 | 1011111 | 1010000 | 10110 | 101011111 | 1011010 | 101001 |
Color Harmonies of #C80A28
Complementary color
Monochromatic Colors of #C80A28
Black with #C80A28
Text Example
Text Example
White with #C80A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A28; }
p { color: rgb(200,10,40); }
H1.HeaderClassName
{
color: #C80A28;
}
.AnyTagClassName
{
color: #C80A28;
}
</style>
background-color css
<style>
a { background-color: #C80A28; }
a { background-color: rgb(200,10,40); }
div.DivClassName
{
background-color: #C80A28;
}
.BgClassName
{
background-color: #C80A28;
}
</style>
border-color css
<style>
span { border-color: #C80A28; }
span { border-color: rgb(200,10,40); }
td.TdClassName
{
border-color: #C80A28;
}
.TagClassName
{
border-color: #C80A28;
}
</style>