Shades of Fire Engine Red #C00E2A
Tints of Fire Engine Red #C00E2A
RGB
CMYK
RGB Variations
Color information
#C00E2A (or 0xC00E2A) is known color: Fire Engine Red. HEX triplet: C0, 0E and 2A. RGB value is (192,14,42). Sum of RGB (Red+Green+Blue) = 192+14+42=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E2A is #3FF1D5. Grayscale: #464646. Windows color (decimal): -4190678 or 2756288. OLE color: 2756288.
HSL color Cylindrical-coordinate representation of color #C00E2A: hue angle of 350.56º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E2A is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 42 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.25 |
| HSL | 350.56º | 0.86% | 0.4% | - |
| HSV(B) | 350.56º | 0.93% | 0.75% | - |
| XYZ | 22.31 | 11.69 | 3.27 | - |
| YUV | 70.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 42 | 0 | 0.93 | 0.78 | 0.25 | 350.56 | 0.86 | 0.4 |
| Hex | C0 | E | 2A | 0 | 5D | 4E | 19 | 15F | 56 | 28 |
| Octal | 300 | 16 | 52 | 0 | 135 | 116 | 31 | 537 | 126 | 50 |
| Binary | 11000000 | 1110 | 101010 | 0 | 1011101 | 1001110 | 11001 | 101011111 | 1010110 | 101000 |
Color Harmonies of #C00E2A
Complementary color
Monochromatic Colors of #C00E2A
Black with #C00E2A
Text Example
Text Example
White with #C00E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E2A; }
p { color: rgb(192,14,42); }
H1.HeaderClassName
{
color: #C00E2A;
}
.AnyTagClassName
{
color: #C00E2A;
}
</style>
background-color css
<style>
a { background-color: #C00E2A; }
a { background-color: rgb(192,14,42); }
div.DivClassName
{
background-color: #C00E2A;
}
.BgClassName
{
background-color: #C00E2A;
}
</style>
border-color css
<style>
span { border-color: #C00E2A; }
span { border-color: rgb(192,14,42); }
td.TdClassName
{
border-color: #C00E2A;
}
.TagClassName
{
border-color: #C00E2A;
}
</style>