Shades of Venetian Red #EA0110
Tints of Venetian Red #EA0110
RGB
CMYK
RGB Variations
Color information
#EA0110 (or 0xEA0110) is known color: Venetian Red. HEX triplet: EA, 01 and 10. RGB value is (234,1,16). Sum of RGB (Red+Green+Blue) = 234+1+16=251 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.23% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0110 is #15FEEF. Grayscale: #484848. Windows color (decimal): -1441520 or 1049066. OLE color: 1049066.
HSL color Cylindrical-coordinate representation of color #EA0110: hue angle of 356.14º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.08 |
| HSL | 356.14º | 0.99% | 0.46% | - |
| HSV(B) | 356.14º | 1% | 0.92% | - |
| XYZ | 34.04 | 17.55 | 2.08 | - |
| YUV | 72.38 | 96.19 | 243.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 16 | 0 | 1.00 | 0.93 | 0.08 | 356.14 | 0.99 | 0.46 |
| Hex | EA | 1 | 10 | 0 | 64 | 5D | 8 | 164 | 63 | 2E |
| Octal | 352 | 1 | 20 | 0 | 144 | 135 | 10 | 544 | 143 | 56 |
| Binary | 11101010 | 1 | 10000 | 0 | 1100100 | 1011101 | 1000 | 101100100 | 1100011 | 101110 |
Color Harmonies of #EA0110
Complementary color
Monochromatic Colors of #EA0110
Black with #EA0110
Text Example
Text Example
White with #EA0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0110; }
p { color: rgb(234,1,16); }
H1.HeaderClassName
{
color: #EA0110;
}
.AnyTagClassName
{
color: #EA0110;
}
</style>
background-color css
<style>
a { background-color: #EA0110; }
a { background-color: rgb(234,1,16); }
div.DivClassName
{
background-color: #EA0110;
}
.BgClassName
{
background-color: #EA0110;
}
</style>
border-color css
<style>
span { border-color: #EA0110; }
span { border-color: rgb(234,1,16); }
td.TdClassName
{
border-color: #EA0110;
}
.TagClassName
{
border-color: #EA0110;
}
</style>