Shades of Red #E30301
Tints of Red #E30301
RGB
CMYK
RGB Variations
Color information
#E30301 (or 0xE30301) is known color: Red. HEX triplet: E3, 03 and 01. RGB value is (227,3,1). Sum of RGB (Red+Green+Blue) = 227+3+1=231 (30% of max value = 765). Red value is 227 (89.06% from 255 or 98.27% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 227 - color contains mainly: red. Hex color #E30301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30301 is #1CFCFE. Grayscale: #454545. Windows color (decimal): -1899775 or 66531. OLE color: 66531.
HSL color Cylindrical-coordinate representation of color #E30301: hue angle of 0.53º 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 #E30301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.11 |
| HSL | 0.53º | 0.99% | 0.45% | - |
| HSV(B) | 0.53º | 1% | 0.89% | - |
| XYZ | 31.72 | 16.4 | 1.52 | - |
| YUV | 69.75 | 89.21 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 1 | 0 | 0.99 | 1.00 | 0.11 | 0.53 | 0.99 | 0.45 |
| Hex | E3 | 3 | 1 | 0 | 63 | 64 | B | 1 | 63 | 2D |
| Octal | 343 | 3 | 1 | 0 | 143 | 144 | 13 | 1 | 143 | 55 |
| Binary | 11100011 | 11 | 1 | 0 | 1100011 | 1100100 | 1011 | 1 | 1100011 | 101101 |
Color Harmonies of #E30301
Complementary color
Monochromatic Colors of #E30301
Black with #E30301
Text Example
Text Example
White with #E30301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30301; }
p { color: rgb(227,3,1); }
H1.HeaderClassName
{
color: #E30301;
}
.AnyTagClassName
{
color: #E30301;
}
</style>
background-color css
<style>
a { background-color: #E30301; }
a { background-color: rgb(227,3,1); }
div.DivClassName
{
background-color: #E30301;
}
.BgClassName
{
background-color: #E30301;
}
</style>
border-color css
<style>
span { border-color: #E30301; }
span { border-color: rgb(227,3,1); }
td.TdClassName
{
border-color: #E30301;
}
.TagClassName
{
border-color: #E30301;
}
</style>