Shades of Venetian Red #E60A0B
Tints of Venetian Red #E60A0B
RGB
CMYK
RGB Variations
Color information
#E60A0B (or 0xE60A0B) is known color: Venetian Red. HEX triplet: E6, 0A and 0B. RGB value is (230,10,11). Sum of RGB (Red+Green+Blue) = 230+10+11=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A0B is #19F5F4. Grayscale: #4C4C4C. Windows color (decimal): -1701365 or 723686. OLE color: 723686.
HSL color Cylindrical-coordinate representation of color #E60A0B: hue angle of 359.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A0B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.10 |
| HSL | 359.73º | 0.92% | 0.47% | - |
| HSV(B) | 359.73º | 0.96% | 0.9% | - |
| XYZ | 32.8 | 17.06 | 1.88 | - |
| YUV | 75.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 11 | 0 | 0.96 | 0.95 | 0.10 | 359.73 | 0.92 | 0.47 |
| Hex | E6 | A | B | 0 | 60 | 5F | A | 168 | 5C | 2F |
| Octal | 346 | 12 | 13 | 0 | 140 | 137 | 12 | 550 | 134 | 57 |
| Binary | 11100110 | 1010 | 1011 | 0 | 1100000 | 1011111 | 1010 | 101101000 | 1011100 | 101111 |
Color Harmonies of #E60A0B
Complementary color
Monochromatic Colors of #E60A0B
Black with #E60A0B
Text Example
Text Example
White with #E60A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A0B; }
p { color: rgb(230,10,11); }
H1.HeaderClassName
{
color: #E60A0B;
}
.AnyTagClassName
{
color: #E60A0B;
}
</style>
background-color css
<style>
a { background-color: #E60A0B; }
a { background-color: rgb(230,10,11); }
div.DivClassName
{
background-color: #E60A0B;
}
.BgClassName
{
background-color: #E60A0B;
}
</style>
border-color css
<style>
span { border-color: #E60A0B; }
span { border-color: rgb(230,10,11); }
td.TdClassName
{
border-color: #E60A0B;
}
.TagClassName
{
border-color: #E60A0B;
}
</style>