Shades of Red #E30602
Tints of Red #E30602
RGB
CMYK
RGB Variations
Color information
#E30602 (or 0xE30602) is known color: Red. HEX triplet: E3, 06 and 02. RGB value is (227,6,2). Sum of RGB (Red+Green+Blue) = 227+6+2=235 (31% of max value = 765). Red value is 227 (89.06% from 255 or 96.60% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 227 - color contains mainly: red. Hex color #E30602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30602 is #1CF9FD. Grayscale: #474747. Windows color (decimal): -1899006 or 132835. OLE color: 132835.
HSL color Cylindrical-coordinate representation of color #E30602: hue angle of 1.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.11 |
| HSL | 1.07º | 0.98% | 0.45% | - |
| HSV(B) | 1.07º | 0.99% | 0.89% | - |
| XYZ | 31.75 | 16.47 | 1.56 | - |
| YUV | 71.62 | 88.72 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 2 | 0 | 0.97 | 0.99 | 0.11 | 1.07 | 0.98 | 0.45 |
| Hex | E3 | 6 | 2 | 0 | 61 | 63 | B | 1 | 62 | 2D |
| Octal | 343 | 6 | 2 | 0 | 141 | 143 | 13 | 1 | 142 | 55 |
| Binary | 11100011 | 110 | 10 | 0 | 1100001 | 1100011 | 1011 | 1 | 1100010 | 101101 |
Color Harmonies of #E30602
Complementary color
Monochromatic Colors of #E30602
Black with #E30602
Text Example
Text Example
White with #E30602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30602; }
p { color: rgb(227,6,2); }
H1.HeaderClassName
{
color: #E30602;
}
.AnyTagClassName
{
color: #E30602;
}
</style>
background-color css
<style>
a { background-color: #E30602; }
a { background-color: rgb(227,6,2); }
div.DivClassName
{
background-color: #E30602;
}
.BgClassName
{
background-color: #E30602;
}
</style>
border-color css
<style>
span { border-color: #E30602; }
span { border-color: rgb(227,6,2); }
td.TdClassName
{
border-color: #E30602;
}
.TagClassName
{
border-color: #E30602;
}
</style>