Shades of Venetian Red #E60311
Tints of Venetian Red #E60311
RGB
CMYK
RGB Variations
Color information
#E60311 (or 0xE60311) is known color: Venetian Red. HEX triplet: E6, 03 and 11. RGB value is (230,3,17). Sum of RGB (Red+Green+Blue) = 230+3+17=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E60311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60311 is #19FCEE. Grayscale: #484848. Windows color (decimal): -1703151 or 1115110. OLE color: 1115110.
HSL color Cylindrical-coordinate representation of color #E60311: hue angle of 356.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.10 |
| HSL | 356.3º | 0.97% | 0.46% | - |
| HSV(B) | 356.3º | 0.99% | 0.9% | - |
| XYZ | 32.77 | 16.93 | 2.07 | - |
| YUV | 72.47 | 96.71 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 17 | 0 | 0.99 | 0.93 | 0.10 | 356.3 | 0.97 | 0.46 |
| Hex | E6 | 3 | 11 | 0 | 63 | 5D | A | 164 | 61 | 2E |
| Octal | 346 | 3 | 21 | 0 | 143 | 135 | 12 | 544 | 141 | 56 |
| Binary | 11100110 | 11 | 10001 | 0 | 1100011 | 1011101 | 1010 | 101100100 | 1100001 | 101110 |
Color Harmonies of #E60311
Complementary color
Monochromatic Colors of #E60311
Black with #E60311
Text Example
Text Example
White with #E60311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60311; }
p { color: rgb(230,3,17); }
H1.HeaderClassName
{
color: #E60311;
}
.AnyTagClassName
{
color: #E60311;
}
</style>
background-color css
<style>
a { background-color: #E60311; }
a { background-color: rgb(230,3,17); }
div.DivClassName
{
background-color: #E60311;
}
.BgClassName
{
background-color: #E60311;
}
</style>
border-color css
<style>
span { border-color: #E60311; }
span { border-color: rgb(230,3,17); }
td.TdClassName
{
border-color: #E60311;
}
.TagClassName
{
border-color: #E60311;
}
</style>