Shades of Venetian Red #E60314
Tints of Venetian Red #E60314
RGB
CMYK
RGB Variations
Color information
#E60314 (or 0xE60314) is known color: Venetian Red. HEX triplet: E6, 03 and 14. RGB value is (230,3,20). Sum of RGB (Red+Green+Blue) = 230+3+20=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60314 is #19FCEB. Grayscale: #484848. Windows color (decimal): -1703148 or 1311718. OLE color: 1311718.
HSL color Cylindrical-coordinate representation of color #E60314: hue angle of 355.51º 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 #E60314 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.10 |
| HSL | 355.51º | 0.97% | 0.46% | - |
| HSV(B) | 355.51º | 0.99% | 0.9% | - |
| XYZ | 32.79 | 16.94 | 2.2 | - |
| YUV | 72.81 | 98.21 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 20 | 0 | 0.99 | 0.91 | 0.10 | 355.51 | 0.97 | 0.46 |
| Hex | E6 | 3 | 14 | 0 | 63 | 5B | A | 164 | 61 | 2E |
| Octal | 346 | 3 | 24 | 0 | 143 | 133 | 12 | 544 | 141 | 56 |
| Binary | 11100110 | 11 | 10100 | 0 | 1100011 | 1011011 | 1010 | 101100100 | 1100001 | 101110 |
Color Harmonies of #E60314
Complementary color
Monochromatic Colors of #E60314
Black with #E60314
Text Example
Text Example
White with #E60314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60314; }
p { color: rgb(230,3,20); }
H1.HeaderClassName
{
color: #E60314;
}
.AnyTagClassName
{
color: #E60314;
}
</style>
background-color css
<style>
a { background-color: #E60314; }
a { background-color: rgb(230,3,20); }
div.DivClassName
{
background-color: #E60314;
}
.BgClassName
{
background-color: #E60314;
}
</style>
border-color css
<style>
span { border-color: #E60314; }
span { border-color: rgb(230,3,20); }
td.TdClassName
{
border-color: #E60314;
}
.TagClassName
{
border-color: #E60314;
}
</style>