Shades of Venetian Red #EB010E
Tints of Venetian Red #EB010E
RGB
CMYK
RGB Variations
Color information
#EB010E (or 0xEB010E) is known color: Venetian Red. HEX triplet: EB, 01 and 0E. RGB value is (235,1,14). Sum of RGB (Red+Green+Blue) = 235+1+14=250 (33% of max value = 765). Red value is 235 (92.19% from 255 or 94% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 235 - color contains mainly: red. Hex color #EB010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB010E is #14FEF1. Grayscale: #484848. Windows color (decimal): -1375986 or 917995. OLE color: 917995.
HSL color Cylindrical-coordinate representation of color #EB010E: hue angle of 356.67º 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 #EB010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.08 |
| HSL | 356.67º | 0.99% | 0.46% | - |
| HSV(B) | 356.67º | 1% | 0.92% | - |
| XYZ | 34.35 | 17.72 | 2.02 | - |
| YUV | 72.45 | 95.02 | 243.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 14 | 0 | 1.00 | 0.94 | 0.08 | 356.67 | 0.99 | 0.46 |
| Hex | EB | 1 | E | 0 | 64 | 5E | 8 | 165 | 63 | 2E |
| Octal | 353 | 1 | 16 | 0 | 144 | 136 | 10 | 545 | 143 | 56 |
| Binary | 11101011 | 1 | 1110 | 0 | 1100100 | 1011110 | 1000 | 101100101 | 1100011 | 101110 |
Color Harmonies of #EB010E
Complementary color
Monochromatic Colors of #EB010E
Black with #EB010E
Text Example
Text Example
White with #EB010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB010E; }
p { color: rgb(235,1,14); }
H1.HeaderClassName
{
color: #EB010E;
}
.AnyTagClassName
{
color: #EB010E;
}
</style>
background-color css
<style>
a { background-color: #EB010E; }
a { background-color: rgb(235,1,14); }
div.DivClassName
{
background-color: #EB010E;
}
.BgClassName
{
background-color: #EB010E;
}
</style>
border-color css
<style>
span { border-color: #EB010E; }
span { border-color: rgb(235,1,14); }
td.TdClassName
{
border-color: #EB010E;
}
.TagClassName
{
border-color: #EB010E;
}
</style>