Shades of Red #E00C03
Tints of Red #E00C03
RGB
CMYK
RGB Variations
Color information
#E00C03 (or 0xE00C03) is known color: Red. HEX triplet: E0, 0C and 03. RGB value is (224,12,3). Sum of RGB (Red+Green+Blue) = 224+12+3=239 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.72% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C03 is #1FF3FC. Grayscale: #4A4A4A. Windows color (decimal): -2094077 or 199904. OLE color: 199904.
HSL color Cylindrical-coordinate representation of color #E00C03: hue angle of 2.44º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.12 |
| HSL | 2.44º | 0.97% | 0.45% | - |
| HSV(B) | 2.44º | 0.99% | 0.88% | - |
| XYZ | 30.89 | 16.12 | 1.57 | - |
| YUV | 74.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 3 | 0 | 0.95 | 0.99 | 0.12 | 2.44 | 0.97 | 0.45 |
| Hex | E0 | C | 3 | 0 | 5F | 63 | C | 2 | 61 | 2D |
| Octal | 340 | 14 | 3 | 0 | 137 | 143 | 14 | 2 | 141 | 55 |
| Binary | 11100000 | 1100 | 11 | 0 | 1011111 | 1100011 | 1100 | 10 | 1100001 | 101101 |
Color Harmonies of #E00C03
Complementary color
Monochromatic Colors of #E00C03
Black with #E00C03
Text Example
Text Example
White with #E00C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C03; }
p { color: rgb(224,12,3); }
H1.HeaderClassName
{
color: #E00C03;
}
.AnyTagClassName
{
color: #E00C03;
}
</style>
background-color css
<style>
a { background-color: #E00C03; }
a { background-color: rgb(224,12,3); }
div.DivClassName
{
background-color: #E00C03;
}
.BgClassName
{
background-color: #E00C03;
}
</style>
border-color css
<style>
span { border-color: #E00C03; }
span { border-color: rgb(224,12,3); }
td.TdClassName
{
border-color: #E00C03;
}
.TagClassName
{
border-color: #E00C03;
}
</style>