#E60514

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

Shades of Venetian Red #E60514

Tints of Venetian Red #E60514

Color information

#E60514 (or 0xE60514) is unknown color: approx Venetian Red. HEX triplet: E6, 05 and 14. RGB value is (230,5,20). Sum of RGB (Red+Green+Blue) = 230+5+20=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60514 is #19FAEB. Grayscale: #4A4A4A. Windows color (decimal): -1702636 or 1312230. OLE color: 1312230.

HSL color Cylindrical-coordinate representation of color #E60514: hue angle of 356º 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 #E60514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB230520-
CMYK00.980.910.10
HSL356º95.74%46.08%-
HSV(B)356º97.83%90.2%-
XYZ32.8116.982.21-
YUV73.9897.54239.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 90.20%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=90.20%
G=1.96%
B=7.84%

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
Decimal23052000.980.910.1035695.7446.08
HexE65140625BA164602e
Octal34652401421331254414056
Binary111001101011010001100010101101110101011001001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60514; }

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

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

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

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

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

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

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

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