Shades of Venetian Red #EB0010
Tints of Venetian Red #EB0010
RGB
CMYK
RGB Variations
Color information
#EB0010 (or 0xEB0010) is known color: Venetian Red. HEX triplet: EB, 00 and 10. RGB value is (235,0,16). Sum of RGB (Red+Green+Blue) = 235+0+16=251 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.63% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0010 is #14FFEF. Grayscale: #484848. Windows color (decimal): -1376240 or 1048811. OLE color: 1048811.
HSL color Cylindrical-coordinate representation of color #EB0010: hue angle of 355.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.08 |
| HSL | 355.91º | 1% | 0.46% | - |
| HSV(B) | 355.91º | 1% | 0.92% | - |
| XYZ | 34.35 | 17.7 | 2.1 | - |
| YUV | 72.09 | 96.36 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 16 | 0 | 1 | 0.93 | 0.08 | 355.91 | 1 | 0.46 |
| Hex | EB | 0 | 10 | 0 | 64 | 5D | 8 | 164 | 64 | 2E |
| Octal | 353 | 0 | 20 | 0 | 144 | 135 | 10 | 544 | 144 | 56 |
| Binary | 11101011 | 0 | 10000 | 0 | 1100100 | 1011101 | 1000 | 101100100 | 1100100 | 101110 |
Color Harmonies of #EB0010
Complementary color
Monochromatic Colors of #EB0010
Black with #EB0010
Text Example
Text Example
White with #EB0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0010; }
p { color: rgb(235,0,16); }
H1.HeaderClassName
{
color: #EB0010;
}
.AnyTagClassName
{
color: #EB0010;
}
</style>
background-color css
<style>
a { background-color: #EB0010; }
a { background-color: rgb(235,0,16); }
div.DivClassName
{
background-color: #EB0010;
}
.BgClassName
{
background-color: #EB0010;
}
</style>
border-color css
<style>
span { border-color: #EB0010; }
span { border-color: rgb(235,0,16); }
td.TdClassName
{
border-color: #EB0010;
}
.TagClassName
{
border-color: #EB0010;
}
</style>