#E60513

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

Shades of Venetian Red #E60513

Tints of Venetian Red #E60513

Color information

#E60513 (or 0xE60513) is unknown color: approx Venetian Red. HEX triplet: E6, 05 and 13. RGB value is (230,5,19). Sum of RGB (Red+Green+Blue) = 230+5+19=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60513 is #19FAEC. Grayscale: #4A4A4A. Windows color (decimal): -1702637 or 1246694. OLE color: 1246694.

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

Color convert

RGB230519-
CMYK00.980.920.10
HSL356.27º95.74%46.08%-
HSV(B)356.27º97.83%90.2%-
XYZ32.816.982.16-
YUV73.8797.04239.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 90.55%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=90.55%
G=1.97%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23051900.980.920.10356.2795.7446.08
HexE65130625CA164602e
Octal34652301421341254414056
Binary111001101011001101100010101110010101011001001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60513; }

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

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

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

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

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

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

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

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