Shades of Venetian Red #EB0110
Tints of Venetian Red #EB0110
RGB
CMYK
RGB Variations
Color information
#EB0110 (or 0xEB0110) is known color: Venetian Red. HEX triplet: EB, 01 and 10. RGB value is (235,1,16). Sum of RGB (Red+Green+Blue) = 235+1+16=252 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.25% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0110 is #14FEEF. Grayscale: #484848. Windows color (decimal): -1375984 or 1049067. OLE color: 1049067.
HSL color Cylindrical-coordinate representation of color #EB0110: hue angle of 356.15º 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 #EB0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.08 |
| HSL | 356.15º | 0.99% | 0.46% | - |
| HSV(B) | 356.15º | 1% | 0.92% | - |
| XYZ | 34.37 | 17.72 | 2.1 | - |
| YUV | 72.68 | 96.02 | 243.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 16 | 0 | 1.00 | 0.93 | 0.08 | 356.15 | 0.99 | 0.46 |
| Hex | EB | 1 | 10 | 0 | 64 | 5D | 8 | 164 | 63 | 2E |
| Octal | 353 | 1 | 20 | 0 | 144 | 135 | 10 | 544 | 143 | 56 |
| Binary | 11101011 | 1 | 10000 | 0 | 1100100 | 1011101 | 1000 | 101100100 | 1100011 | 101110 |
Color Harmonies of #EB0110
Complementary color
Monochromatic Colors of #EB0110
Black with #EB0110
Text Example
Text Example
White with #EB0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0110; }
p { color: rgb(235,1,16); }
H1.HeaderClassName
{
color: #EB0110;
}
.AnyTagClassName
{
color: #EB0110;
}
</style>
background-color css
<style>
a { background-color: #EB0110; }
a { background-color: rgb(235,1,16); }
div.DivClassName
{
background-color: #EB0110;
}
.BgClassName
{
background-color: #EB0110;
}
</style>
border-color css
<style>
span { border-color: #EB0110; }
span { border-color: rgb(235,1,16); }
td.TdClassName
{
border-color: #EB0110;
}
.TagClassName
{
border-color: #EB0110;
}
</style>