Shades of Venetian Red #E6060B
Tints of Venetian Red #E6060B
RGB
CMYK
RGB Variations
Color information
#E6060B (or 0xE6060B) is known color: Venetian Red. HEX triplet: E6, 06 and 0B. RGB value is (230,6,11). Sum of RGB (Red+Green+Blue) = 230+6+11=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E6060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6060B is #19F9F4. Grayscale: #494949. Windows color (decimal): -1702389 or 722662. OLE color: 722662.
HSL color Cylindrical-coordinate representation of color #E6060B: hue angle of 358.66º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.10 |
| HSL | 358.66º | 0.95% | 0.46% | - |
| HSV(B) | 358.66º | 0.97% | 0.9% | - |
| XYZ | 32.76 | 16.98 | 1.87 | - |
| YUV | 73.55 | 92.71 | 239.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 11 | 0 | 0.97 | 0.95 | 0.10 | 358.66 | 0.95 | 0.46 |
| Hex | E6 | 6 | B | 0 | 61 | 5F | A | 167 | 5F | 2E |
| Octal | 346 | 6 | 13 | 0 | 141 | 137 | 12 | 547 | 137 | 56 |
| Binary | 11100110 | 110 | 1011 | 0 | 1100001 | 1011111 | 1010 | 101100111 | 1011111 | 101110 |
Color Harmonies of #E6060B
Complementary color
Monochromatic Colors of #E6060B
Black with #E6060B
Text Example
Text Example
White with #E6060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6060B; }
p { color: rgb(230,6,11); }
H1.HeaderClassName
{
color: #E6060B;
}
.AnyTagClassName
{
color: #E6060B;
}
</style>
background-color css
<style>
a { background-color: #E6060B; }
a { background-color: rgb(230,6,11); }
div.DivClassName
{
background-color: #E6060B;
}
.BgClassName
{
background-color: #E6060B;
}
</style>
border-color css
<style>
span { border-color: #E6060B; }
span { border-color: rgb(230,6,11); }
td.TdClassName
{
border-color: #E6060B;
}
.TagClassName
{
border-color: #E6060B;
}
</style>