#E60515

Color #E60515 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #E60515

Tints of Venetian Red #E60515

Color information

#E60515 (or 0xE60515) is unknown color: approx Venetian Red. HEX triplet: E6, 05 and 15. RGB value is (230,5,21). Sum of RGB (Red+Green+Blue) = 230+5+21=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E60515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60515 is #19FAEA. Grayscale: #4A4A4A. Windows color (decimal): -1702635 or 1377766. OLE color: 1377766.

HSL color Cylindrical-coordinate representation of color #E60515: hue angle of 355.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB230521-
CMYK00.980.910.10
HSL355.73º95.74%46.08%-
HSV(B)355.73º97.83%90.2%-
XYZ32.8216.992.26-
YUV74.198.04239.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 89.84%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=89.84%
G=1.95%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23052100.980.910.10355.7395.7446.08
HexE65150625BA164602e
Octal34652501421331254414056
Binary111001101011010101100010101101110101011001001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60515; }

 p { color: rgb(230,5,21); }

 H1.HeaderClassName
 {
   color: #E60515;
 }
 .AnyTagClassName
 {
   color: #E60515;
 }
</style>
background-color css

<style>
 a { background-color: #E60515; }

 a { background-color: rgb(230,5,21); }

 div.DivClassName
 {
   background-color: #E60515;
 }
 .BgClassName
 {
   background-color: #E60515;
 }
</style>
border-color css

<style>
 span { border-color: #E60515; }

 span { border-color: rgb(230,5,21); }

 td.TdClassName
 {
   border-color: #E60515;
 }
 .TagClassName
 {
   border-color: #E60515;
 }
</style>