Shades of Venetian Red #E3030B
Tints of Venetian Red #E3030B
RGB
CMYK
RGB Variations
Color information
#E3030B (or 0xE3030B) is known color: Venetian Red. HEX triplet: E3, 03 and 0B. RGB value is (227,3,11). Sum of RGB (Red+Green+Blue) = 227+3+11=241 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.19% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 227 - color contains mainly: red. Hex color #E3030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3030B is #1CFCF4. Grayscale: #474747. Windows color (decimal): -1899765 or 721891. OLE color: 721891.
HSL color Cylindrical-coordinate representation of color #E3030B: hue angle of 357.86º degrees, saturation: 0.97, 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 #E3030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.11 |
| HSL | 357.86º | 0.97% | 0.45% | - |
| HSV(B) | 357.86º | 0.99% | 0.89% | - |
| XYZ | 31.77 | 16.42 | 1.81 | - |
| YUV | 70.89 | 94.21 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 11 | 0 | 0.99 | 0.95 | 0.11 | 357.86 | 0.97 | 0.45 |
| Hex | E3 | 3 | B | 0 | 63 | 5F | B | 166 | 61 | 2D |
| Octal | 343 | 3 | 13 | 0 | 143 | 137 | 13 | 546 | 141 | 55 |
| Binary | 11100011 | 11 | 1011 | 0 | 1100011 | 1011111 | 1011 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E3030B
Complementary color
Monochromatic Colors of #E3030B
Black with #E3030B
Text Example
Text Example
White with #E3030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3030B; }
p { color: rgb(227,3,11); }
H1.HeaderClassName
{
color: #E3030B;
}
.AnyTagClassName
{
color: #E3030B;
}
</style>
background-color css
<style>
a { background-color: #E3030B; }
a { background-color: rgb(227,3,11); }
div.DivClassName
{
background-color: #E3030B;
}
.BgClassName
{
background-color: #E3030B;
}
</style>
border-color css
<style>
span { border-color: #E3030B; }
span { border-color: rgb(227,3,11); }
td.TdClassName
{
border-color: #E3030B;
}
.TagClassName
{
border-color: #E3030B;
}
</style>