Shades of Venetian Red #E3030C
Tints of Venetian Red #E3030C
RGB
CMYK
RGB Variations
Color information
#E3030C (or 0xE3030C) is known color: Venetian Red. HEX triplet: E3, 03 and 0C. RGB value is (227,3,12). Sum of RGB (Red+Green+Blue) = 227+3+12=242 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.80% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 227 - color contains mainly: red. Hex color #E3030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3030C is #1CFCF3. Grayscale: #474747. Windows color (decimal): -1899764 or 787427. OLE color: 787427.
HSL color Cylindrical-coordinate representation of color #E3030C: hue angle of 357.59º 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 #E3030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.11 |
| HSL | 357.59º | 0.97% | 0.45% | - |
| HSV(B) | 357.59º | 0.99% | 0.89% | - |
| XYZ | 31.78 | 16.42 | 1.84 | - |
| YUV | 71 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 12 | 0 | 0.99 | 0.95 | 0.11 | 357.59 | 0.97 | 0.45 |
| Hex | E3 | 3 | C | 0 | 63 | 5F | B | 166 | 61 | 2D |
| Octal | 343 | 3 | 14 | 0 | 143 | 137 | 13 | 546 | 141 | 55 |
| Binary | 11100011 | 11 | 1100 | 0 | 1100011 | 1011111 | 1011 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E3030C
Complementary color
Monochromatic Colors of #E3030C
Black with #E3030C
Text Example
Text Example
White with #E3030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3030C; }
p { color: rgb(227,3,12); }
H1.HeaderClassName
{
color: #E3030C;
}
.AnyTagClassName
{
color: #E3030C;
}
</style>
background-color css
<style>
a { background-color: #E3030C; }
a { background-color: rgb(227,3,12); }
div.DivClassName
{
background-color: #E3030C;
}
.BgClassName
{
background-color: #E3030C;
}
</style>
border-color css
<style>
span { border-color: #E3030C; }
span { border-color: rgb(227,3,12); }
td.TdClassName
{
border-color: #E3030C;
}
.TagClassName
{
border-color: #E3030C;
}
</style>