Shades of Venetian Red #EB010D
Tints of Venetian Red #EB010D
RGB
CMYK
RGB Variations
Color information
#EB010D (or 0xEB010D) is known color: Venetian Red. HEX triplet: EB, 01 and 0D. RGB value is (235,1,13). Sum of RGB (Red+Green+Blue) = 235+1+13=249 (32% of max value = 765). Red value is 235 (92.19% from 255 or 94.38% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 235 - color contains mainly: red. Hex color #EB010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB010D is #14FEF2. Grayscale: #484848. Windows color (decimal): -1375987 or 852459. OLE color: 852459.
HSL color Cylindrical-coordinate representation of color #EB010D: hue angle of 356.92º 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 #EB010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.08 |
| HSL | 356.92º | 0.99% | 0.46% | - |
| HSV(B) | 356.92º | 1% | 0.92% | - |
| XYZ | 34.34 | 17.71 | 1.99 | - |
| YUV | 72.33 | 94.52 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 13 | 0 | 1.00 | 0.94 | 0.08 | 356.92 | 0.99 | 0.46 |
| Hex | EB | 1 | D | 0 | 64 | 5E | 8 | 165 | 63 | 2E |
| Octal | 353 | 1 | 15 | 0 | 144 | 136 | 10 | 545 | 143 | 56 |
| Binary | 11101011 | 1 | 1101 | 0 | 1100100 | 1011110 | 1000 | 101100101 | 1100011 | 101110 |
Color Harmonies of #EB010D
Complementary color
Monochromatic Colors of #EB010D
Black with #EB010D
Text Example
Text Example
White with #EB010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB010D; }
p { color: rgb(235,1,13); }
H1.HeaderClassName
{
color: #EB010D;
}
.AnyTagClassName
{
color: #EB010D;
}
</style>
background-color css
<style>
a { background-color: #EB010D; }
a { background-color: rgb(235,1,13); }
div.DivClassName
{
background-color: #EB010D;
}
.BgClassName
{
background-color: #EB010D;
}
</style>
border-color css
<style>
span { border-color: #EB010D; }
span { border-color: rgb(235,1,13); }
td.TdClassName
{
border-color: #EB010D;
}
.TagClassName
{
border-color: #EB010D;
}
</style>