Shades of Venetian Red #E60B0E
Tints of Venetian Red #E60B0E
RGB
CMYK
RGB Variations
Color information
#E60B0E (or 0xE60B0E) is known color: Venetian Red. HEX triplet: E6, 0B and 0E. RGB value is (230,11,14). Sum of RGB (Red+Green+Blue) = 230+11+14=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B0E is #19F4F1. Grayscale: #4D4D4D. Windows color (decimal): -1701106 or 920550. OLE color: 920550.
HSL color Cylindrical-coordinate representation of color #E60B0E: hue angle of 359.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B0E is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 14 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.10 |
| HSL | 359.18º | 0.91% | 0.47% | - |
| HSV(B) | 359.18º | 0.95% | 0.9% | - |
| XYZ | 32.83 | 17.09 | 1.98 | - |
| YUV | 76.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 14 | 0 | 0.95 | 0.94 | 0.10 | 359.18 | 0.91 | 0.47 |
| Hex | E6 | B | E | 0 | 5F | 5E | A | 167 | 5B | 2F |
| Octal | 346 | 13 | 16 | 0 | 137 | 136 | 12 | 547 | 133 | 57 |
| Binary | 11100110 | 1011 | 1110 | 0 | 1011111 | 1011110 | 1010 | 101100111 | 1011011 | 101111 |
Color Harmonies of #E60B0E
Complementary color
Monochromatic Colors of #E60B0E
Black with #E60B0E
Text Example
Text Example
White with #E60B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B0E; }
p { color: rgb(230,11,14); }
H1.HeaderClassName
{
color: #E60B0E;
}
.AnyTagClassName
{
color: #E60B0E;
}
</style>
background-color css
<style>
a { background-color: #E60B0E; }
a { background-color: rgb(230,11,14); }
div.DivClassName
{
background-color: #E60B0E;
}
.BgClassName
{
background-color: #E60B0E;
}
</style>
border-color css
<style>
span { border-color: #E60B0E; }
span { border-color: rgb(230,11,14); }
td.TdClassName
{
border-color: #E60B0E;
}
.TagClassName
{
border-color: #E60B0E;
}
</style>