Shades of Venetian Red #E60015
Tints of Venetian Red #E60015
RGB
CMYK
RGB Variations
Color information
#E60015 (or 0xE60015) is known color: Venetian Red. HEX triplet: E6, 00 and 15. RGB value is (230,0,21). Sum of RGB (Red+Green+Blue) = 230+0+21=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60015 is #19FFEA. Grayscale: #474747. Windows color (decimal): -1703915 or 1376486. OLE color: 1376486.
HSL color Cylindrical-coordinate representation of color #E60015: hue angle of 354.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.10 |
| HSL | 354.52º | 1% | 0.45% | - |
| HSV(B) | 354.52º | 1% | 0.9% | - |
| XYZ | 32.77 | 16.88 | 2.24 | - |
| YUV | 71.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 21 | 0 | 1 | 0.91 | 0.10 | 354.52 | 1 | 0.45 |
| Hex | E6 | 0 | 15 | 0 | 64 | 5B | A | 163 | 64 | 2D |
| Octal | 346 | 0 | 25 | 0 | 144 | 133 | 12 | 543 | 144 | 55 |
| Binary | 11100110 | 0 | 10101 | 0 | 1100100 | 1011011 | 1010 | 101100011 | 1100100 | 101101 |
Color Harmonies of #E60015
Complementary color
Monochromatic Colors of #E60015
Black with #E60015
Text Example
Text Example
White with #E60015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60015; }
p { color: rgb(230,0,21); }
H1.HeaderClassName
{
color: #E60015;
}
.AnyTagClassName
{
color: #E60015;
}
</style>
background-color css
<style>
a { background-color: #E60015; }
a { background-color: rgb(230,0,21); }
div.DivClassName
{
background-color: #E60015;
}
.BgClassName
{
background-color: #E60015;
}
</style>
border-color css
<style>
span { border-color: #E60015; }
span { border-color: rgb(230,0,21); }
td.TdClassName
{
border-color: #E60015;
}
.TagClassName
{
border-color: #E60015;
}
</style>