Shades of Venetian Red #EB0002
Tints of Venetian Red #EB0002
RGB
CMYK
RGB Variations
Color information
#EB0002 (or 0xEB0002) is known color: Venetian Red. HEX triplet: EB, 00 and 02. RGB value is (235,0,2). Sum of RGB (Red+Green+Blue) = 235+0+2=237 (31% of max value = 765). Red value is 235 (92.19% from 255 or 99.16% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0002 is #14FFFD. Grayscale: #464646. Windows color (decimal): -1376254 or 131307. OLE color: 131307.
HSL color Cylindrical-coordinate representation of color #EB0002: hue angle of 359.49º 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 #EB0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.08 |
| HSL | 359.49º | 1% | 0.46% | - |
| HSV(B) | 359.49º | 1% | 0.92% | - |
| XYZ | 34.27 | 17.67 | 1.66 | - |
| YUV | 70.49 | 89.36 | 245.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 2 | 0 | 1 | 0.99 | 0.08 | 359.49 | 1 | 0.46 |
| Hex | EB | 0 | 2 | 0 | 64 | 63 | 8 | 167 | 64 | 2E |
| Octal | 353 | 0 | 2 | 0 | 144 | 143 | 10 | 547 | 144 | 56 |
| Binary | 11101011 | 0 | 10 | 0 | 1100100 | 1100011 | 1000 | 101100111 | 1100100 | 101110 |
Color Harmonies of #EB0002
Complementary color
Monochromatic Colors of #EB0002
Black with #EB0002
Text Example
Text Example
White with #EB0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0002; }
p { color: rgb(235,0,2); }
H1.HeaderClassName
{
color: #EB0002;
}
.AnyTagClassName
{
color: #EB0002;
}
</style>
background-color css
<style>
a { background-color: #EB0002; }
a { background-color: rgb(235,0,2); }
div.DivClassName
{
background-color: #EB0002;
}
.BgClassName
{
background-color: #EB0002;
}
</style>
border-color css
<style>
span { border-color: #EB0002; }
span { border-color: rgb(235,0,2); }
td.TdClassName
{
border-color: #EB0002;
}
.TagClassName
{
border-color: #EB0002;
}
</style>