Shades of Venetian Red #E6080B
Tints of Venetian Red #E6080B
RGB
CMYK
RGB Variations
Color information
#E6080B (or 0xE6080B) is known color: Venetian Red. HEX triplet: E6, 08 and 0B. RGB value is (230,8,11). Sum of RGB (Red+Green+Blue) = 230+8+11=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E6080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6080B is #19F7F4. Grayscale: #4A4A4A. Windows color (decimal): -1701877 or 723174. OLE color: 723174.
HSL color Cylindrical-coordinate representation of color #E6080B: hue angle of 359.19º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6080B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.10 |
| HSL | 359.19º | 0.93% | 0.47% | - |
| HSV(B) | 359.19º | 0.97% | 0.9% | - |
| XYZ | 32.78 | 17.02 | 1.87 | - |
| YUV | 74.72 | 92.05 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 11 | 0 | 0.97 | 0.95 | 0.10 | 359.19 | 0.93 | 0.47 |
| Hex | E6 | 8 | B | 0 | 61 | 5F | A | 167 | 5D | 2F |
| Octal | 346 | 10 | 13 | 0 | 141 | 137 | 12 | 547 | 135 | 57 |
| Binary | 11100110 | 1000 | 1011 | 0 | 1100001 | 1011111 | 1010 | 101100111 | 1011101 | 101111 |
Color Harmonies of #E6080B
Complementary color
Monochromatic Colors of #E6080B
Black with #E6080B
Text Example
Text Example
White with #E6080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6080B; }
p { color: rgb(230,8,11); }
H1.HeaderClassName
{
color: #E6080B;
}
.AnyTagClassName
{
color: #E6080B;
}
</style>
background-color css
<style>
a { background-color: #E6080B; }
a { background-color: rgb(230,8,11); }
div.DivClassName
{
background-color: #E6080B;
}
.BgClassName
{
background-color: #E6080B;
}
</style>
border-color css
<style>
span { border-color: #E6080B; }
span { border-color: rgb(230,8,11); }
td.TdClassName
{
border-color: #E6080B;
}
.TagClassName
{
border-color: #E6080B;
}
</style>