Shades of Venetian Red #EB0310
Tints of Venetian Red #EB0310
RGB
CMYK
RGB Variations
Color information
#EB0310 (or 0xEB0310) is known color: Venetian Red. HEX triplet: EB, 03 and 10. RGB value is (235,3,16). Sum of RGB (Red+Green+Blue) = 235+3+16=254 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.52% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0310 is #14FCEF. Grayscale: #4A4A4A. Windows color (decimal): -1375472 or 1049579. OLE color: 1049579.
HSL color Cylindrical-coordinate representation of color #EB0310: hue angle of 356.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.08 |
| HSL | 356.64º | 0.97% | 0.47% | - |
| HSV(B) | 356.64º | 0.99% | 0.92% | - |
| XYZ | 34.39 | 17.76 | 2.11 | - |
| YUV | 73.85 | 95.36 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 16 | 0 | 0.99 | 0.93 | 0.08 | 356.64 | 0.97 | 0.47 |
| Hex | EB | 3 | 10 | 0 | 63 | 5D | 8 | 165 | 61 | 2F |
| Octal | 353 | 3 | 20 | 0 | 143 | 135 | 10 | 545 | 141 | 57 |
| Binary | 11101011 | 11 | 10000 | 0 | 1100011 | 1011101 | 1000 | 101100101 | 1100001 | 101111 |
Color Harmonies of #EB0310
Complementary color
Monochromatic Colors of #EB0310
Black with #EB0310
Text Example
Text Example
White with #EB0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0310; }
p { color: rgb(235,3,16); }
H1.HeaderClassName
{
color: #EB0310;
}
.AnyTagClassName
{
color: #EB0310;
}
</style>
background-color css
<style>
a { background-color: #EB0310; }
a { background-color: rgb(235,3,16); }
div.DivClassName
{
background-color: #EB0310;
}
.BgClassName
{
background-color: #EB0310;
}
</style>
border-color css
<style>
span { border-color: #EB0310; }
span { border-color: rgb(235,3,16); }
td.TdClassName
{
border-color: #EB0310;
}
.TagClassName
{
border-color: #EB0310;
}
</style>