Shades of Venetian Red #EB0103
Tints of Venetian Red #EB0103
RGB
CMYK
RGB Variations
Color information
#EB0103 (or 0xEB0103) is known color: Venetian Red. HEX triplet: EB, 01 and 03. RGB value is (235,1,3). Sum of RGB (Red+Green+Blue) = 235+1+3=239 (31% of max value = 765). Red value is 235 (92.19% from 255 or 98.33% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0103 is #14FEFC. Grayscale: #474747. Windows color (decimal): -1375997 or 197099. OLE color: 197099.
HSL color Cylindrical-coordinate representation of color #EB0103: hue angle of 359.49º 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 #EB0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.08 |
| HSL | 359.49º | 0.99% | 0.46% | - |
| HSV(B) | 359.49º | 1% | 0.92% | - |
| XYZ | 34.29 | 17.69 | 1.69 | - |
| YUV | 71.19 | 89.52 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 3 | 0 | 1.00 | 0.99 | 0.08 | 359.49 | 0.99 | 0.46 |
| Hex | EB | 1 | 3 | 0 | 64 | 63 | 8 | 167 | 63 | 2E |
| Octal | 353 | 1 | 3 | 0 | 144 | 143 | 10 | 547 | 143 | 56 |
| Binary | 11101011 | 1 | 11 | 0 | 1100100 | 1100011 | 1000 | 101100111 | 1100011 | 101110 |
Color Harmonies of #EB0103
Complementary color
Monochromatic Colors of #EB0103
Black with #EB0103
Text Example
Text Example
White with #EB0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0103; }
p { color: rgb(235,1,3); }
H1.HeaderClassName
{
color: #EB0103;
}
.AnyTagClassName
{
color: #EB0103;
}
</style>
background-color css
<style>
a { background-color: #EB0103; }
a { background-color: rgb(235,1,3); }
div.DivClassName
{
background-color: #EB0103;
}
.BgClassName
{
background-color: #EB0103;
}
</style>
border-color css
<style>
span { border-color: #EB0103; }
span { border-color: rgb(235,1,3); }
td.TdClassName
{
border-color: #EB0103;
}
.TagClassName
{
border-color: #EB0103;
}
</style>