Shades of Fire Engine Red #C00E2B
Tints of Fire Engine Red #C00E2B
RGB
CMYK
RGB Variations
Color information
#C00E2B (or 0xC00E2B) is known color: Fire Engine Red. HEX triplet: C0, 0E and 2B. RGB value is (192,14,43). Sum of RGB (Red+Green+Blue) = 192+14+43=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E2B is #3FF1D4. Grayscale: #464646. Windows color (decimal): -4190677 or 2821824. OLE color: 2821824.
HSL color Cylindrical-coordinate representation of color #C00E2B: hue angle of 350.22º 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 #C00E2B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 43 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.25 |
| HSL | 350.22º | 0.86% | 0.4% | - |
| HSV(B) | 350.22º | 0.93% | 0.75% | - |
| XYZ | 22.33 | 11.69 | 3.37 | - |
| YUV | 70.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 43 | 0 | 0.93 | 0.78 | 0.25 | 350.22 | 0.86 | 0.4 |
| Hex | C0 | E | 2B | 0 | 5D | 4E | 19 | 15E | 56 | 28 |
| Octal | 300 | 16 | 53 | 0 | 135 | 116 | 31 | 536 | 126 | 50 |
| Binary | 11000000 | 1110 | 101011 | 0 | 1011101 | 1001110 | 11001 | 101011110 | 1010110 | 101000 |
Color Harmonies of #C00E2B
Complementary color
Monochromatic Colors of #C00E2B
Black with #C00E2B
Text Example
Text Example
White with #C00E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E2B; }
p { color: rgb(192,14,43); }
H1.HeaderClassName
{
color: #C00E2B;
}
.AnyTagClassName
{
color: #C00E2B;
}
</style>
background-color css
<style>
a { background-color: #C00E2B; }
a { background-color: rgb(192,14,43); }
div.DivClassName
{
background-color: #C00E2B;
}
.BgClassName
{
background-color: #C00E2B;
}
</style>
border-color css
<style>
span { border-color: #C00E2B; }
span { border-color: rgb(192,14,43); }
td.TdClassName
{
border-color: #C00E2B;
}
.TagClassName
{
border-color: #C00E2B;
}
</style>