Shades of Venetian Red #E00610
Tints of Venetian Red #E00610
RGB
CMYK
RGB Variations
Color information
#E00610 (or 0xE00610) is known color: Venetian Red. HEX triplet: E0, 06 and 10. RGB value is (224,6,16). Sum of RGB (Red+Green+Blue) = 224+6+16=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E00610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00610 is #1FF9EF. Grayscale: #484848. Windows color (decimal): -2095600 or 1050336. OLE color: 1050336.
HSL color Cylindrical-coordinate representation of color #E00610: hue angle of 357.25º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.12 |
| HSL | 357.25º | 0.95% | 0.45% | - |
| HSV(B) | 357.25º | 0.97% | 0.88% | - |
| XYZ | 30.9 | 16.01 | 1.95 | - |
| YUV | 72.32 | 96.22 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 16 | 0 | 0.97 | 0.93 | 0.12 | 357.25 | 0.95 | 0.45 |
| Hex | E0 | 6 | 10 | 0 | 61 | 5D | C | 165 | 5F | 2D |
| Octal | 340 | 6 | 20 | 0 | 141 | 135 | 14 | 545 | 137 | 55 |
| Binary | 11100000 | 110 | 10000 | 0 | 1100001 | 1011101 | 1100 | 101100101 | 1011111 | 101101 |
Color Harmonies of #E00610
Complementary color
Monochromatic Colors of #E00610
Black with #E00610
Text Example
Text Example
White with #E00610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00610; }
p { color: rgb(224,6,16); }
H1.HeaderClassName
{
color: #E00610;
}
.AnyTagClassName
{
color: #E00610;
}
</style>
background-color css
<style>
a { background-color: #E00610; }
a { background-color: rgb(224,6,16); }
div.DivClassName
{
background-color: #E00610;
}
.BgClassName
{
background-color: #E00610;
}
</style>
border-color css
<style>
span { border-color: #E00610; }
span { border-color: rgb(224,6,16); }
td.TdClassName
{
border-color: #E00610;
}
.TagClassName
{
border-color: #E00610;
}
</style>