Shades of Venetian Red #E60113
Tints of Venetian Red #E60113
RGB
CMYK
RGB Variations
Color information
#E60113 (or 0xE60113) is known color: Venetian Red. HEX triplet: E6, 01 and 13. RGB value is (230,1,19). Sum of RGB (Red+Green+Blue) = 230+1+19=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E60113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60113 is #19FEEC. Grayscale: #474747. Windows color (decimal): -1703661 or 1245670. OLE color: 1245670.
HSL color Cylindrical-coordinate representation of color #E60113: hue angle of 355.28º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60113 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.10 |
| HSL | 355.28º | 0.99% | 0.45% | - |
| HSV(B) | 355.28º | 1% | 0.9% | - |
| XYZ | 32.76 | 16.89 | 2.15 | - |
| YUV | 71.52 | 98.37 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 19 | 0 | 1.00 | 0.92 | 0.10 | 355.28 | 0.99 | 0.45 |
| Hex | E6 | 1 | 13 | 0 | 64 | 5C | A | 163 | 63 | 2D |
| Octal | 346 | 1 | 23 | 0 | 144 | 134 | 12 | 543 | 143 | 55 |
| Binary | 11100110 | 1 | 10011 | 0 | 1100100 | 1011100 | 1010 | 101100011 | 1100011 | 101101 |
Color Harmonies of #E60113
Complementary color
Monochromatic Colors of #E60113
Black with #E60113
Text Example
Text Example
White with #E60113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60113; }
p { color: rgb(230,1,19); }
H1.HeaderClassName
{
color: #E60113;
}
.AnyTagClassName
{
color: #E60113;
}
</style>
background-color css
<style>
a { background-color: #E60113; }
a { background-color: rgb(230,1,19); }
div.DivClassName
{
background-color: #E60113;
}
.BgClassName
{
background-color: #E60113;
}
</style>
border-color css
<style>
span { border-color: #E60113; }
span { border-color: rgb(230,1,19); }
td.TdClassName
{
border-color: #E60113;
}
.TagClassName
{
border-color: #E60113;
}
</style>