Shades of Venetian Red #E3031C
Tints of Venetian Red #E3031C
RGB
CMYK
RGB Variations
Color information
#E3031C (or 0xE3031C) is known color: Venetian Red. HEX triplet: E3, 03 and 1C. RGB value is (227,3,28). Sum of RGB (Red+Green+Blue) = 227+3+28=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E3031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3031C is #1CFCE3. Grayscale: #484848. Windows color (decimal): -1899748 or 1836003. OLE color: 1836003.
HSL color Cylindrical-coordinate representation of color #E3031C: hue angle of 353.3º 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 #E3031C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.11 |
| HSL | 353.3º | 0.97% | 0.45% | - |
| HSV(B) | 353.3º | 0.99% | 0.89% | - |
| XYZ | 31.92 | 16.48 | 2.6 | - |
| YUV | 72.83 | 102.71 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 28 | 0 | 0.99 | 0.88 | 0.11 | 353.3 | 0.97 | 0.45 |
| Hex | E3 | 3 | 1C | 0 | 63 | 58 | B | 161 | 61 | 2D |
| Octal | 343 | 3 | 34 | 0 | 143 | 130 | 13 | 541 | 141 | 55 |
| Binary | 11100011 | 11 | 11100 | 0 | 1100011 | 1011000 | 1011 | 101100001 | 1100001 | 101101 |
Color Harmonies of #E3031C
Complementary color
Monochromatic Colors of #E3031C
Black with #E3031C
Text Example
Text Example
White with #E3031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3031C; }
p { color: rgb(227,3,28); }
H1.HeaderClassName
{
color: #E3031C;
}
.AnyTagClassName
{
color: #E3031C;
}
</style>
background-color css
<style>
a { background-color: #E3031C; }
a { background-color: rgb(227,3,28); }
div.DivClassName
{
background-color: #E3031C;
}
.BgClassName
{
background-color: #E3031C;
}
</style>
border-color css
<style>
span { border-color: #E3031C; }
span { border-color: rgb(227,3,28); }
td.TdClassName
{
border-color: #E3031C;
}
.TagClassName
{
border-color: #E3031C;
}
</style>