#E60614

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

Shades of Venetian Red #E60614

Tints of Venetian Red #E60614

Color information

#E60614 (or 0xE60614) is unknown color: approx Venetian Red. HEX triplet: E6, 06 and 14. RGB value is (230,6,20). Sum of RGB (Red+Green+Blue) = 230+6+20=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E60614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60614 is #19F9EB. Grayscale: #4A4A4A. Windows color (decimal): -1702380 or 1312486. OLE color: 1312486.

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

Color convert

RGB230620-
CMYK00.970.910.10
HSL356.25º94.92%46.27%-
HSV(B)356.25º97.39%90.2%-
XYZ32.82172.21-
YUV74.5797.21238.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 89.84%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=89.84%
G=2.34%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23062000.970.910.10356.2594.9246.27
HexE66140615BA1645f2e
Octal34662401411331254413756
Binary111001101101010001100001101101110101011001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60614; }

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

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

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

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

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

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

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

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