Shades of Red #E30701
Tints of Red #E30701
RGB
CMYK
RGB Variations
Color information
#E30701 (or 0xE30701) is known color: Red. HEX triplet: E3, 07 and 01. RGB value is (227,7,1). Sum of RGB (Red+Green+Blue) = 227+7+1=235 (31% of max value = 765). Red value is 227 (89.06% from 255 or 96.60% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 227 - color contains mainly: red. Hex color #E30701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30701 is #1CF8FE. Grayscale: #484848. Windows color (decimal): -1898751 or 67555. OLE color: 67555.
HSL color Cylindrical-coordinate representation of color #E30701: hue angle of 1.59º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.11 |
| HSL | 1.59º | 0.99% | 0.45% | - |
| HSV(B) | 1.59º | 1% | 0.89% | - |
| XYZ | 31.76 | 16.49 | 1.54 | - |
| YUV | 72.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 1 | 0 | 0.97 | 1.00 | 0.11 | 1.59 | 0.99 | 0.45 |
| Hex | E3 | 7 | 1 | 0 | 61 | 64 | B | 2 | 63 | 2D |
| Octal | 343 | 7 | 1 | 0 | 141 | 144 | 13 | 2 | 143 | 55 |
| Binary | 11100011 | 111 | 1 | 0 | 1100001 | 1100100 | 1011 | 10 | 1100011 | 101101 |
Color Harmonies of #E30701
Complementary color
Monochromatic Colors of #E30701
Black with #E30701
Text Example
Text Example
White with #E30701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30701; }
p { color: rgb(227,7,1); }
H1.HeaderClassName
{
color: #E30701;
}
.AnyTagClassName
{
color: #E30701;
}
</style>
background-color css
<style>
a { background-color: #E30701; }
a { background-color: rgb(227,7,1); }
div.DivClassName
{
background-color: #E30701;
}
.BgClassName
{
background-color: #E30701;
}
</style>
border-color css
<style>
span { border-color: #E30701; }
span { border-color: rgb(227,7,1); }
td.TdClassName
{
border-color: #E30701;
}
.TagClassName
{
border-color: #E30701;
}
</style>