Shades of Venetian Red #E3031B
Tints of Venetian Red #E3031B
RGB
CMYK
RGB Variations
Color information
#E3031B (or 0xE3031B) is known color: Venetian Red. HEX triplet: E3, 03 and 1B. RGB value is (227,3,27). Sum of RGB (Red+Green+Blue) = 227+3+27=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E3031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3031B is #1CFCE4. Grayscale: #484848. Windows color (decimal): -1899749 or 1770467. OLE color: 1770467.
HSL color Cylindrical-coordinate representation of color #E3031B: hue angle of 353.57º 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 #E3031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.11 |
| HSL | 353.57º | 0.97% | 0.45% | - |
| HSV(B) | 353.57º | 0.99% | 0.89% | - |
| XYZ | 31.91 | 16.48 | 2.54 | - |
| YUV | 72.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 27 | 0 | 0.99 | 0.88 | 0.11 | 353.57 | 0.97 | 0.45 |
| Hex | E3 | 3 | 1B | 0 | 63 | 58 | B | 162 | 61 | 2D |
| Octal | 343 | 3 | 33 | 0 | 143 | 130 | 13 | 542 | 141 | 55 |
| Binary | 11100011 | 11 | 11011 | 0 | 1100011 | 1011000 | 1011 | 101100010 | 1100001 | 101101 |
Color Harmonies of #E3031B
Complementary color
Monochromatic Colors of #E3031B
Black with #E3031B
Text Example
Text Example
White with #E3031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3031B; }
p { color: rgb(227,3,27); }
H1.HeaderClassName
{
color: #E3031B;
}
.AnyTagClassName
{
color: #E3031B;
}
</style>
background-color css
<style>
a { background-color: #E3031B; }
a { background-color: rgb(227,3,27); }
div.DivClassName
{
background-color: #E3031B;
}
.BgClassName
{
background-color: #E3031B;
}
</style>
border-color css
<style>
span { border-color: #E3031B; }
span { border-color: rgb(227,3,27); }
td.TdClassName
{
border-color: #E3031B;
}
.TagClassName
{
border-color: #E3031B;
}
</style>