Shades of Venetian Red #EB010C
Tints of Venetian Red #EB010C
RGB
CMYK
RGB Variations
Color information
#EB010C (or 0xEB010C) is known color: Venetian Red. HEX triplet: EB, 01 and 0C. RGB value is (235,1,12). Sum of RGB (Red+Green+Blue) = 235+1+12=248 (32% of max value = 765). Red value is 235 (92.19% from 255 or 94.76% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 235 - color contains mainly: red. Hex color #EB010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB010C is #14FEF3. Grayscale: #484848. Windows color (decimal): -1375988 or 786923. OLE color: 786923.
HSL color Cylindrical-coordinate representation of color #EB010C: hue angle of 357.18º 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 #EB010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.08 |
| HSL | 357.18º | 0.99% | 0.46% | - |
| HSV(B) | 357.18º | 1% | 0.92% | - |
| XYZ | 34.34 | 17.71 | 1.96 | - |
| YUV | 72.22 | 94.02 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 12 | 0 | 1.00 | 0.95 | 0.08 | 357.18 | 0.99 | 0.46 |
| Hex | EB | 1 | C | 0 | 64 | 5F | 8 | 165 | 63 | 2E |
| Octal | 353 | 1 | 14 | 0 | 144 | 137 | 10 | 545 | 143 | 56 |
| Binary | 11101011 | 1 | 1100 | 0 | 1100100 | 1011111 | 1000 | 101100101 | 1100011 | 101110 |
Color Harmonies of #EB010C
Complementary color
Monochromatic Colors of #EB010C
Black with #EB010C
Text Example
Text Example
White with #EB010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB010C; }
p { color: rgb(235,1,12); }
H1.HeaderClassName
{
color: #EB010C;
}
.AnyTagClassName
{
color: #EB010C;
}
</style>
background-color css
<style>
a { background-color: #EB010C; }
a { background-color: rgb(235,1,12); }
div.DivClassName
{
background-color: #EB010C;
}
.BgClassName
{
background-color: #EB010C;
}
</style>
border-color css
<style>
span { border-color: #EB010C; }
span { border-color: rgb(235,1,12); }
td.TdClassName
{
border-color: #EB010C;
}
.TagClassName
{
border-color: #EB010C;
}
</style>