Shades of Venetian Red #E2031A
Tints of Venetian Red #E2031A
RGB
CMYK
RGB Variations
Color information
#E2031A (or 0xE2031A) is known color: Venetian Red. HEX triplet: E2, 03 and 1A. RGB value is (226,3,26). Sum of RGB (Red+Green+Blue) = 226+3+26=255 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.63% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 226 - color contains mainly: red. Hex color #E2031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2031A is #1DFCE5. Grayscale: #484848. Windows color (decimal): -1965286 or 1704930. OLE color: 1704930.
HSL color Cylindrical-coordinate representation of color #E2031A: hue angle of 353.81º 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 #E2031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.11 |
| HSL | 353.81º | 0.97% | 0.45% | - |
| HSV(B) | 353.81º | 0.99% | 0.89% | - |
| XYZ | 31.58 | 16.31 | 2.46 | - |
| YUV | 72.3 | 101.88 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 26 | 0 | 0.99 | 0.88 | 0.11 | 353.81 | 0.97 | 0.45 |
| Hex | E2 | 3 | 1A | 0 | 63 | 58 | B | 162 | 61 | 2D |
| Octal | 342 | 3 | 32 | 0 | 143 | 130 | 13 | 542 | 141 | 55 |
| Binary | 11100010 | 11 | 11010 | 0 | 1100011 | 1011000 | 1011 | 101100010 | 1100001 | 101101 |
Color Harmonies of #E2031A
Complementary color
Monochromatic Colors of #E2031A
Black with #E2031A
Text Example
Text Example
White with #E2031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2031A; }
p { color: rgb(226,3,26); }
H1.HeaderClassName
{
color: #E2031A;
}
.AnyTagClassName
{
color: #E2031A;
}
</style>
background-color css
<style>
a { background-color: #E2031A; }
a { background-color: rgb(226,3,26); }
div.DivClassName
{
background-color: #E2031A;
}
.BgClassName
{
background-color: #E2031A;
}
</style>
border-color css
<style>
span { border-color: #E2031A; }
span { border-color: rgb(226,3,26); }
td.TdClassName
{
border-color: #E2031A;
}
.TagClassName
{
border-color: #E2031A;
}
</style>