Shades of Venetian Red #E30A0C
Tints of Venetian Red #E30A0C
RGB
CMYK
RGB Variations
Color information
#E30A0C (or 0xE30A0C) is known color: Venetian Red. HEX triplet: E3, 0A and 0C. RGB value is (227,10,12). Sum of RGB (Red+Green+Blue) = 227+10+12=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30A0C is #1CF5F3. Grayscale: #4B4B4B. Windows color (decimal): -1897972 or 789219. OLE color: 789219.
HSL color Cylindrical-coordinate representation of color #E30A0C: hue angle of 359.45º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A0C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.11 |
| HSL | 359.45º | 0.92% | 0.46% | - |
| HSV(B) | 359.45º | 0.96% | 0.89% | - |
| XYZ | 31.85 | 16.57 | 1.87 | - |
| YUV | 75.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 12 | 0 | 0.96 | 0.95 | 0.11 | 359.45 | 0.92 | 0.46 |
| Hex | E3 | A | C | 0 | 60 | 5F | B | 167 | 5C | 2E |
| Octal | 343 | 12 | 14 | 0 | 140 | 137 | 13 | 547 | 134 | 56 |
| Binary | 11100011 | 1010 | 1100 | 0 | 1100000 | 1011111 | 1011 | 101100111 | 1011100 | 101110 |
Color Harmonies of #E30A0C
Complementary color
Monochromatic Colors of #E30A0C
Black with #E30A0C
Text Example
Text Example
White with #E30A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A0C; }
p { color: rgb(227,10,12); }
H1.HeaderClassName
{
color: #E30A0C;
}
.AnyTagClassName
{
color: #E30A0C;
}
</style>
background-color css
<style>
a { background-color: #E30A0C; }
a { background-color: rgb(227,10,12); }
div.DivClassName
{
background-color: #E30A0C;
}
.BgClassName
{
background-color: #E30A0C;
}
</style>
border-color css
<style>
span { border-color: #E30A0C; }
span { border-color: rgb(227,10,12); }
td.TdClassName
{
border-color: #E30A0C;
}
.TagClassName
{
border-color: #E30A0C;
}
</style>