Shades of Fire Engine Red #C80E2E
Tints of Fire Engine Red #C80E2E
RGB
CMYK
RGB Variations
Color information
#C80E2E (or 0xC80E2E) is known color: Fire Engine Red. HEX triplet: C8, 0E and 2E. RGB value is (200,14,46). Sum of RGB (Red+Green+Blue) = 200+14+46=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E2E is #37F1D1. Grayscale: #494949. Windows color (decimal): -3666386 or 3018440. OLE color: 3018440.
HSL color Cylindrical-coordinate representation of color #C80E2E: hue angle of 349.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 46 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.22 |
| HSL | 349.68º | 0.87% | 0.42% | - |
| HSV(B) | 349.68º | 0.93% | 0.78% | - |
| XYZ | 24.47 | 12.79 | 3.76 | - |
| YUV | 73.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 46 | 0 | 0.93 | 0.77 | 0.22 | 349.68 | 0.87 | 0.42 |
| Hex | C8 | E | 2E | 0 | 5D | 4D | 16 | 15E | 57 | 2A |
| Octal | 310 | 16 | 56 | 0 | 135 | 115 | 26 | 536 | 127 | 52 |
| Binary | 11001000 | 1110 | 101110 | 0 | 1011101 | 1001101 | 10110 | 101011110 | 1010111 | 101010 |
Color Harmonies of #C80E2E
Complementary color
Monochromatic Colors of #C80E2E
Black with #C80E2E
Text Example
Text Example
White with #C80E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E2E; }
p { color: rgb(200,14,46); }
H1.HeaderClassName
{
color: #C80E2E;
}
.AnyTagClassName
{
color: #C80E2E;
}
</style>
background-color css
<style>
a { background-color: #C80E2E; }
a { background-color: rgb(200,14,46); }
div.DivClassName
{
background-color: #C80E2E;
}
.BgClassName
{
background-color: #C80E2E;
}
</style>
border-color css
<style>
span { border-color: #C80E2E; }
span { border-color: rgb(200,14,46); }
td.TdClassName
{
border-color: #C80E2E;
}
.TagClassName
{
border-color: #C80E2E;
}
</style>