Shades of Venetian Red #E3050C
Tints of Venetian Red #E3050C
RGB
CMYK
RGB Variations
Color information
#E3050C (or 0xE3050C) is known color: Venetian Red. HEX triplet: E3, 05 and 0C. RGB value is (227,5,12). Sum of RGB (Red+Green+Blue) = 227+5+12=244 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.03% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 227 - color contains mainly: red. Hex color #E3050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3050C is #1CFAF3. Grayscale: #484848. Windows color (decimal): -1899252 or 787939. OLE color: 787939.
HSL color Cylindrical-coordinate representation of color #E3050C: hue angle of 358.11º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.11 |
| HSL | 358.11º | 0.96% | 0.45% | - |
| HSV(B) | 358.11º | 0.98% | 0.89% | - |
| XYZ | 31.8 | 16.47 | 1.85 | - |
| YUV | 72.18 | 94.05 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 12 | 0 | 0.98 | 0.95 | 0.11 | 358.11 | 0.96 | 0.45 |
| Hex | E3 | 5 | C | 0 | 62 | 5F | B | 166 | 60 | 2D |
| Octal | 343 | 5 | 14 | 0 | 142 | 137 | 13 | 546 | 140 | 55 |
| Binary | 11100011 | 101 | 1100 | 0 | 1100010 | 1011111 | 1011 | 101100110 | 1100000 | 101101 |
Color Harmonies of #E3050C
Complementary color
Monochromatic Colors of #E3050C
Black with #E3050C
Text Example
Text Example
White with #E3050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3050C; }
p { color: rgb(227,5,12); }
H1.HeaderClassName
{
color: #E3050C;
}
.AnyTagClassName
{
color: #E3050C;
}
</style>
background-color css
<style>
a { background-color: #E3050C; }
a { background-color: rgb(227,5,12); }
div.DivClassName
{
background-color: #E3050C;
}
.BgClassName
{
background-color: #E3050C;
}
</style>
border-color css
<style>
span { border-color: #E3050C; }
span { border-color: rgb(227,5,12); }
td.TdClassName
{
border-color: #E3050C;
}
.TagClassName
{
border-color: #E3050C;
}
</style>