Shades of Red #E30A01
Tints of Red #E30A01
RGB
CMYK
RGB Variations
Color information
#E30A01 (or 0xE30A01) is known color: Red. HEX triplet: E3, 0A and 01. RGB value is (227,10,1). Sum of RGB (Red+Green+Blue) = 227+10+1=238 (31% of max value = 765). Red value is 227 (89.06% from 255 or 95.38% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30A01 is #1CF5FE. Grayscale: #4A4A4A. Windows color (decimal): -1897983 or 68323. OLE color: 68323.
HSL color Cylindrical-coordinate representation of color #E30A01: hue angle of 2.39º 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 #E30A01 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.11 |
| HSL | 2.39º | 0.99% | 0.45% | - |
| HSV(B) | 2.39º | 1% | 0.89% | - |
| XYZ | 31.79 | 16.55 | 1.55 | - |
| YUV | 73.86 | 86.89 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 1 | 0 | 0.96 | 1.00 | 0.11 | 2.39 | 0.99 | 0.45 |
| Hex | E3 | A | 1 | 0 | 60 | 64 | B | 2 | 63 | 2D |
| Octal | 343 | 12 | 1 | 0 | 140 | 144 | 13 | 2 | 143 | 55 |
| Binary | 11100011 | 1010 | 1 | 0 | 1100000 | 1100100 | 1011 | 10 | 1100011 | 101101 |
Color Harmonies of #E30A01
Complementary color
Monochromatic Colors of #E30A01
Black with #E30A01
Text Example
Text Example
White with #E30A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A01; }
p { color: rgb(227,10,1); }
H1.HeaderClassName
{
color: #E30A01;
}
.AnyTagClassName
{
color: #E30A01;
}
</style>
background-color css
<style>
a { background-color: #E30A01; }
a { background-color: rgb(227,10,1); }
div.DivClassName
{
background-color: #E30A01;
}
.BgClassName
{
background-color: #E30A01;
}
</style>
border-color css
<style>
span { border-color: #E30A01; }
span { border-color: rgb(227,10,1); }
td.TdClassName
{
border-color: #E30A01;
}
.TagClassName
{
border-color: #E30A01;
}
</style>