Shades of Red #E30B00
Tints of Red #E30B00
RGB
CMYK
RGB Variations
Color information
#E30B00 (or 0xE30B00) is known color: Red. HEX triplet: E3, 0B and 00. RGB value is (227,11,0). Sum of RGB (Red+Green+Blue) = 227+11+0=238 (31% of max value = 765). Red value is 227 (89.06% from 255 or 95.38% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B00 is #1CF4FF. Grayscale: #4A4A4A. Windows color (decimal): -1897728 or 3043. OLE color: 3043.
HSL color Cylindrical-coordinate representation of color #E30B00: hue angle of 2.91º 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 #E30B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.11 |
| HSL | 2.91º | 1% | 0.45% | - |
| HSV(B) | 2.91º | 1% | 0.89% | - |
| XYZ | 31.8 | 16.57 | 1.52 | - |
| YUV | 74.33 | 86.06 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 0 | 0 | 0.95 | 1 | 0.11 | 2.91 | 1 | 0.45 |
| Hex | E3 | B | 0 | 0 | 5F | 64 | B | 3 | 64 | 2D |
| Octal | 343 | 13 | 0 | 0 | 137 | 144 | 13 | 3 | 144 | 55 |
| Binary | 11100011 | 1011 | 0 | 0 | 1011111 | 1100100 | 1011 | 11 | 1100100 | 101101 |
Color Harmonies of #E30B00
Complementary color
Monochromatic Colors of #E30B00
Black with #E30B00
Text Example
Text Example
White with #E30B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B00; }
p { color: rgb(227,11,0); }
H1.HeaderClassName
{
color: #E30B00;
}
.AnyTagClassName
{
color: #E30B00;
}
</style>
background-color css
<style>
a { background-color: #E30B00; }
a { background-color: rgb(227,11,0); }
div.DivClassName
{
background-color: #E30B00;
}
.BgClassName
{
background-color: #E30B00;
}
</style>
border-color css
<style>
span { border-color: #E30B00; }
span { border-color: rgb(227,11,0); }
td.TdClassName
{
border-color: #E30B00;
}
.TagClassName
{
border-color: #E30B00;
}
</style>