Shades of Venetian Red #EB080C
Tints of Venetian Red #EB080C
RGB
CMYK
RGB Variations
Color information
#EB080C (or 0xEB080C) is known color: Venetian Red. HEX triplet: EB, 08 and 0C. RGB value is (235,8,12). Sum of RGB (Red+Green+Blue) = 235+8+12=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB080C is #14F7F3. Grayscale: #4C4C4C. Windows color (decimal): -1374196 or 788715. OLE color: 788715.
HSL color Cylindrical-coordinate representation of color #EB080C: hue angle of 358.94º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB080C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 8 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.08 |
| HSL | 358.94º | 0.93% | 0.48% | - |
| HSV(B) | 358.94º | 0.97% | 0.92% | - |
| XYZ | 34.41 | 17.86 | 1.98 | - |
| YUV | 76.33 | 91.71 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 8 | 12 | 0 | 0.97 | 0.95 | 0.08 | 358.94 | 0.93 | 0.48 |
| Hex | EB | 8 | C | 0 | 61 | 5F | 8 | 167 | 5D | 30 |
| Octal | 353 | 10 | 14 | 0 | 141 | 137 | 10 | 547 | 135 | 60 |
| Binary | 11101011 | 1000 | 1100 | 0 | 1100001 | 1011111 | 1000 | 101100111 | 1011101 | 110000 |
Color Harmonies of #EB080C
Complementary color
Monochromatic Colors of #EB080C
Black with #EB080C
Text Example
Text Example
White with #EB080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB080C; }
p { color: rgb(235,8,12); }
H1.HeaderClassName
{
color: #EB080C;
}
.AnyTagClassName
{
color: #EB080C;
}
</style>
background-color css
<style>
a { background-color: #EB080C; }
a { background-color: rgb(235,8,12); }
div.DivClassName
{
background-color: #EB080C;
}
.BgClassName
{
background-color: #EB080C;
}
</style>
border-color css
<style>
span { border-color: #EB080C; }
span { border-color: rgb(235,8,12); }
td.TdClassName
{
border-color: #EB080C;
}
.TagClassName
{
border-color: #EB080C;
}
</style>