Shades of Fire Engine Red #C80A2B
Tints of Fire Engine Red #C80A2B
RGB
CMYK
RGB Variations
Color information
#C80A2B (or 0xC80A2B) is known color: Fire Engine Red. HEX triplet: C8, 0A and 2B. RGB value is (200,10,43). Sum of RGB (Red+Green+Blue) = 200+10+43=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A2B is #37F5D4. Grayscale: #464646. Windows color (decimal): -3667413 or 2820808. OLE color: 2820808.
HSL color Cylindrical-coordinate representation of color #C80A2B: hue angle of 349.58º 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 #C80A2B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.22 |
| HSL | 349.58º | 0.9% | 0.41% | - |
| HSV(B) | 349.58º | 0.95% | 0.78% | - |
| XYZ | 24.36 | 12.67 | 3.45 | - |
| YUV | 70.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 43 | 0 | 0.95 | 0.78 | 0.22 | 349.58 | 0.9 | 0.41 |
| Hex | C8 | A | 2B | 0 | 5F | 4E | 16 | 15E | 5A | 29 |
| Octal | 310 | 12 | 53 | 0 | 137 | 116 | 26 | 536 | 132 | 51 |
| Binary | 11001000 | 1010 | 101011 | 0 | 1011111 | 1001110 | 10110 | 101011110 | 1011010 | 101001 |
Color Harmonies of #C80A2B
Complementary color
Monochromatic Colors of #C80A2B
Black with #C80A2B
Text Example
Text Example
White with #C80A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A2B; }
p { color: rgb(200,10,43); }
H1.HeaderClassName
{
color: #C80A2B;
}
.AnyTagClassName
{
color: #C80A2B;
}
</style>
background-color css
<style>
a { background-color: #C80A2B; }
a { background-color: rgb(200,10,43); }
div.DivClassName
{
background-color: #C80A2B;
}
.BgClassName
{
background-color: #C80A2B;
}
</style>
border-color css
<style>
span { border-color: #C80A2B; }
span { border-color: rgb(200,10,43); }
td.TdClassName
{
border-color: #C80A2B;
}
.TagClassName
{
border-color: #C80A2B;
}
</style>