Shades of Venetian Red #E3031D
Tints of Venetian Red #E3031D
RGB
CMYK
RGB Variations
Color information
#E3031D (or 0xE3031D) is known color: Venetian Red. HEX triplet: E3, 03 and 1D. RGB value is (227,3,29). Sum of RGB (Red+Green+Blue) = 227+3+29=259 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.64% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 227 - color contains mainly: red. Hex color #E3031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3031D is #1CFCE2. Grayscale: #494949. Windows color (decimal): -1899747 or 1901539. OLE color: 1901539.
HSL color Cylindrical-coordinate representation of color #E3031D: hue angle of 353.04º 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 #E3031D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.11 |
| HSL | 353.04º | 0.97% | 0.45% | - |
| HSV(B) | 353.04º | 0.99% | 0.89% | - |
| XYZ | 31.93 | 16.48 | 2.66 | - |
| YUV | 72.94 | 103.21 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 29 | 0 | 0.99 | 0.87 | 0.11 | 353.04 | 0.97 | 0.45 |
| Hex | E3 | 3 | 1D | 0 | 63 | 57 | B | 161 | 61 | 2D |
| Octal | 343 | 3 | 35 | 0 | 143 | 127 | 13 | 541 | 141 | 55 |
| Binary | 11100011 | 11 | 11101 | 0 | 1100011 | 1010111 | 1011 | 101100001 | 1100001 | 101101 |
Color Harmonies of #E3031D
Complementary color
Monochromatic Colors of #E3031D
Black with #E3031D
Text Example
Text Example
White with #E3031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3031D; }
p { color: rgb(227,3,29); }
H1.HeaderClassName
{
color: #E3031D;
}
.AnyTagClassName
{
color: #E3031D;
}
</style>
background-color css
<style>
a { background-color: #E3031D; }
a { background-color: rgb(227,3,29); }
div.DivClassName
{
background-color: #E3031D;
}
.BgClassName
{
background-color: #E3031D;
}
</style>
border-color css
<style>
span { border-color: #E3031D; }
span { border-color: rgb(227,3,29); }
td.TdClassName
{
border-color: #E3031D;
}
.TagClassName
{
border-color: #E3031D;
}
</style>