Shades of Red #E00A03
Tints of Red #E00A03
RGB
CMYK
RGB Variations
Color information
#E00A03 (or 0xE00A03) is known color: Red. HEX triplet: E0, 0A and 03. RGB value is (224,10,3). Sum of RGB (Red+Green+Blue) = 224+10+3=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A03 is #1FF5FC. Grayscale: #494949. Windows color (decimal): -2094589 or 199392. OLE color: 199392.
HSL color Cylindrical-coordinate representation of color #E00A03: hue angle of 1.9º 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 #E00A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.12 |
| HSL | 1.9º | 0.97% | 0.45% | - |
| HSV(B) | 1.9º | 0.99% | 0.88% | - |
| XYZ | 30.87 | 16.07 | 1.56 | - |
| YUV | 73.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 3 | 0 | 0.96 | 0.99 | 0.12 | 1.9 | 0.97 | 0.45 |
| Hex | E0 | A | 3 | 0 | 60 | 63 | C | 2 | 61 | 2D |
| Octal | 340 | 12 | 3 | 0 | 140 | 143 | 14 | 2 | 141 | 55 |
| Binary | 11100000 | 1010 | 11 | 0 | 1100000 | 1100011 | 1100 | 10 | 1100001 | 101101 |
Color Harmonies of #E00A03
Complementary color
Monochromatic Colors of #E00A03
Black with #E00A03
Text Example
Text Example
White with #E00A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A03; }
p { color: rgb(224,10,3); }
H1.HeaderClassName
{
color: #E00A03;
}
.AnyTagClassName
{
color: #E00A03;
}
</style>
background-color css
<style>
a { background-color: #E00A03; }
a { background-color: rgb(224,10,3); }
div.DivClassName
{
background-color: #E00A03;
}
.BgClassName
{
background-color: #E00A03;
}
</style>
border-color css
<style>
span { border-color: #E00A03; }
span { border-color: rgb(224,10,3); }
td.TdClassName
{
border-color: #E00A03;
}
.TagClassName
{
border-color: #E00A03;
}
</style>