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