Shades of Red #E00A07
Tints of Red #E00A07
RGB
CMYK
RGB Variations
Color information
#E00A07 (or 0xE00A07) is known color: Red. HEX triplet: E0, 0A and 07. RGB value is (224,10,7). Sum of RGB (Red+Green+Blue) = 224+10+7=241 (31% of max value = 765). Red value is 224 (87.89% from 255 or 92.95% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A07 is #1FF5F8. Grayscale: #494949. Windows color (decimal): -2094585 or 461536. OLE color: 461536.
HSL color Cylindrical-coordinate representation of color #E00A07: hue angle of 0.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.12 |
| HSL | 0.83º | 0.94% | 0.45% | - |
| HSV(B) | 0.83º | 0.97% | 0.88% | - |
| XYZ | 30.89 | 16.08 | 1.68 | - |
| YUV | 73.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 7 | 0 | 0.96 | 0.97 | 0.12 | 0.83 | 0.94 | 0.45 |
| Hex | E0 | A | 7 | 0 | 60 | 61 | C | 1 | 5E | 2D |
| Octal | 340 | 12 | 7 | 0 | 140 | 141 | 14 | 1 | 136 | 55 |
| Binary | 11100000 | 1010 | 111 | 0 | 1100000 | 1100001 | 1100 | 1 | 1011110 | 101101 |
Color Harmonies of #E00A07
Complementary color
Monochromatic Colors of #E00A07
Black with #E00A07
Text Example
Text Example
White with #E00A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A07; }
p { color: rgb(224,10,7); }
H1.HeaderClassName
{
color: #E00A07;
}
.AnyTagClassName
{
color: #E00A07;
}
</style>
background-color css
<style>
a { background-color: #E00A07; }
a { background-color: rgb(224,10,7); }
div.DivClassName
{
background-color: #E00A07;
}
.BgClassName
{
background-color: #E00A07;
}
</style>
border-color css
<style>
span { border-color: #E00A07; }
span { border-color: rgb(224,10,7); }
td.TdClassName
{
border-color: #E00A07;
}
.TagClassName
{
border-color: #E00A07;
}
</style>