#E10613

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

Shades of Venetian Red #E10613

Tints of Venetian Red #E10613

Color information

#E10613 (or 0xE10613) is unknown color: approx Venetian Red. HEX triplet: E1, 06 and 13. RGB value is (225,6,19). Sum of RGB (Red+Green+Blue) = 225+6+19=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10613 is #1EF9EC. Grayscale: #494949. Windows color (decimal): -2030061 or 1246945. OLE color: 1246945.

HSL color Cylindrical-coordinate representation of color #E10613: hue angle of 356.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10613 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB225619-
CMYK00.970.920.12
HSL356.44º94.81%45.29%-
HSV(B)356.44º97.33%88.24%-
XYZ31.2316.182.09-
YUV72.9697.55236.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 90%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=90%
G=2.4%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22561900.970.920.12356.4494.8145.29
HexE16130615CC1645f2d
Octal34162301411341454413755
Binary111000011101001101100001101110011001011001001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10613; }

 p { color: rgb(225,6,19); }

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

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

 a { background-color: rgb(225,6,19); }

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

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

 span { border-color: rgb(225,6,19); }

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