Shades of Venetian Red #E1060B
Tints of Venetian Red #E1060B
RGB
CMYK
RGB Variations
Color information
#E1060B (or 0xE1060B) is known color: Venetian Red. HEX triplet: E1, 06 and 0B. RGB value is (225,6,11). Sum of RGB (Red+Green+Blue) = 225+6+11=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E1060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1060B is #1EF9F4. Grayscale: #484848. Windows color (decimal): -2030069 or 722657. OLE color: 722657.
HSL color Cylindrical-coordinate representation of color #E1060B: hue angle of 358.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.12 |
| HSL | 358.63º | 0.95% | 0.45% | - |
| HSV(B) | 358.63º | 0.97% | 0.88% | - |
| XYZ | 31.18 | 16.16 | 1.79 | - |
| YUV | 72.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 11 | 0 | 0.97 | 0.95 | 0.12 | 358.63 | 0.95 | 0.45 |
| Hex | E1 | 6 | B | 0 | 61 | 5F | C | 167 | 5F | 2D |
| Octal | 341 | 6 | 13 | 0 | 141 | 137 | 14 | 547 | 137 | 55 |
| Binary | 11100001 | 110 | 1011 | 0 | 1100001 | 1011111 | 1100 | 101100111 | 1011111 | 101101 |
Color Harmonies of #E1060B
Complementary color
Monochromatic Colors of #E1060B
Black with #E1060B
Text Example
Text Example
White with #E1060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1060B; }
p { color: rgb(225,6,11); }
H1.HeaderClassName
{
color: #E1060B;
}
.AnyTagClassName
{
color: #E1060B;
}
</style>
background-color css
<style>
a { background-color: #E1060B; }
a { background-color: rgb(225,6,11); }
div.DivClassName
{
background-color: #E1060B;
}
.BgClassName
{
background-color: #E1060B;
}
</style>
border-color css
<style>
span { border-color: #E1060B; }
span { border-color: rgb(225,6,11); }
td.TdClassName
{
border-color: #E1060B;
}
.TagClassName
{
border-color: #E1060B;
}
</style>