Shades of Venetian Red #E0010A
Tints of Venetian Red #E0010A
RGB
CMYK
RGB Variations
Color information
#E0010A (or 0xE0010A) is known color: Venetian Red. HEX triplet: E0, 01 and 0A. RGB value is (224,1,10). Sum of RGB (Red+Green+Blue) = 224+1+10=235 (31% of max value = 765). Red value is 224 (87.89% from 255 or 95.32% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 224 - color contains mainly: red. Hex color #E0010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0010A is #1FFEF5. Grayscale: #444444. Windows color (decimal): -2096886 or 655840. OLE color: 655840.
HSL color Cylindrical-coordinate representation of color #E0010A: hue angle of 357.58º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.12 |
| HSL | 357.58º | 0.99% | 0.44% | - |
| HSV(B) | 357.58º | 1% | 0.88% | - |
| XYZ | 30.81 | 15.89 | 1.73 | - |
| YUV | 68.7 | 94.88 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 10 | 0 | 1.00 | 0.96 | 0.12 | 357.58 | 0.99 | 0.44 |
| Hex | E0 | 1 | A | 0 | 64 | 60 | C | 166 | 63 | 2C |
| Octal | 340 | 1 | 12 | 0 | 144 | 140 | 14 | 546 | 143 | 54 |
| Binary | 11100000 | 1 | 1010 | 0 | 1100100 | 1100000 | 1100 | 101100110 | 1100011 | 101100 |
Color Harmonies of #E0010A
Complementary color
Monochromatic Colors of #E0010A
Black with #E0010A
Text Example
Text Example
White with #E0010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0010A; }
p { color: rgb(224,1,10); }
H1.HeaderClassName
{
color: #E0010A;
}
.AnyTagClassName
{
color: #E0010A;
}
</style>
background-color css
<style>
a { background-color: #E0010A; }
a { background-color: rgb(224,1,10); }
div.DivClassName
{
background-color: #E0010A;
}
.BgClassName
{
background-color: #E0010A;
}
</style>
border-color css
<style>
span { border-color: #E0010A; }
span { border-color: rgb(224,1,10); }
td.TdClassName
{
border-color: #E0010A;
}
.TagClassName
{
border-color: #E0010A;
}
</style>