Shades of Red #E30A07
Tints of Red #E30A07
RGB
CMYK
RGB Variations
Color information
#E30A07 (or 0xE30A07) is known color: Red. HEX triplet: E3, 0A and 07. RGB value is (227,10,7). Sum of RGB (Red+Green+Blue) = 227+10+7=244 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.03% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30A07 is #1CF5F8. Grayscale: #4A4A4A. Windows color (decimal): -1897977 or 461539. OLE color: 461539.
HSL color Cylindrical-coordinate representation of color #E30A07: hue angle of 0.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.11 |
| HSL | 0.82º | 0.94% | 0.46% | - |
| HSV(B) | 0.82º | 0.97% | 0.89% | - |
| XYZ | 31.83 | 16.56 | 1.72 | - |
| YUV | 74.54 | 89.89 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 7 | 0 | 0.96 | 0.97 | 0.11 | 0.82 | 0.94 | 0.46 |
| Hex | E3 | A | 7 | 0 | 60 | 61 | B | 1 | 5E | 2E |
| Octal | 343 | 12 | 7 | 0 | 140 | 141 | 13 | 1 | 136 | 56 |
| Binary | 11100011 | 1010 | 111 | 0 | 1100000 | 1100001 | 1011 | 1 | 1011110 | 101110 |
Color Harmonies of #E30A07
Complementary color
Monochromatic Colors of #E30A07
Black with #E30A07
Text Example
Text Example
White with #E30A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A07; }
p { color: rgb(227,10,7); }
H1.HeaderClassName
{
color: #E30A07;
}
.AnyTagClassName
{
color: #E30A07;
}
</style>
background-color css
<style>
a { background-color: #E30A07; }
a { background-color: rgb(227,10,7); }
div.DivClassName
{
background-color: #E30A07;
}
.BgClassName
{
background-color: #E30A07;
}
</style>
border-color css
<style>
span { border-color: #E30A07; }
span { border-color: rgb(227,10,7); }
td.TdClassName
{
border-color: #E30A07;
}
.TagClassName
{
border-color: #E30A07;
}
</style>