Shades of Red #E30600
Tints of Red #E30600
RGB
CMYK
RGB Variations
Color information
#E30600 (or 0xE30600) is known color: Red. HEX triplet: E3, 06 and 00. RGB value is (227,6,0). Sum of RGB (Red+Green+Blue) = 227+6+0=233 (30% of max value = 765). Red value is 227 (89.06% from 255 or 97.42% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 227 - color contains mainly: red. Hex color #E30600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30600 is #1CF9FF. Grayscale: #474747. Windows color (decimal): -1899008 or 1763. OLE color: 1763.
HSL color Cylindrical-coordinate representation of color #E30600: hue angle of 1.59º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.11 |
| HSL | 1.59º | 1% | 0.45% | - |
| HSV(B) | 1.59º | 1% | 0.89% | - |
| XYZ | 31.74 | 16.46 | 1.5 | - |
| YUV | 71.4 | 87.72 | 238.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 0 | 0 | 0.97 | 1 | 0.11 | 1.59 | 1 | 0.45 |
| Hex | E3 | 6 | 0 | 0 | 61 | 64 | B | 2 | 64 | 2D |
| Octal | 343 | 6 | 0 | 0 | 141 | 144 | 13 | 2 | 144 | 55 |
| Binary | 11100011 | 110 | 0 | 0 | 1100001 | 1100100 | 1011 | 10 | 1100100 | 101101 |
Color Harmonies of #E30600
Complementary color
Monochromatic Colors of #E30600
Black with #E30600
Text Example
Text Example
White with #E30600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30600; }
p { color: rgb(227,6,0); }
H1.HeaderClassName
{
color: #E30600;
}
.AnyTagClassName
{
color: #E30600;
}
</style>
background-color css
<style>
a { background-color: #E30600; }
a { background-color: rgb(227,6,0); }
div.DivClassName
{
background-color: #E30600;
}
.BgClassName
{
background-color: #E30600;
}
</style>
border-color css
<style>
span { border-color: #E30600; }
span { border-color: rgb(227,6,0); }
td.TdClassName
{
border-color: #E30600;
}
.TagClassName
{
border-color: #E30600;
}
</style>