#E10A11

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

Shades of Venetian Red #E10A11

Tints of Venetian Red #E10A11

Color information

#E10A11 (or 0xE10A11) is unknown color: approx Venetian Red. HEX triplet: E1, 0A and 11. RGB value is (225,10,17). Sum of RGB (Red+Green+Blue) = 225+10+17=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A11 is #1EF5EE. Grayscale: #4B4B4B. Windows color (decimal): -2029039 or 1116897. OLE color: 1116897.

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

Color convert

RGB2251017-
CMYK00.960.920.12
HSL358.05º91.49%46.08%-
HSV(B)358.05º95.56%88.24%-
XYZ31.2616.272.02-
YUV75.0895.23234.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 89.29%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=89.29%
G=3.97%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225101700.960.920.12358.0591.4946.08
HexE1A110605CC1665b2e
Octal341122101401341454613356
Binary1110000110101000101100000101110011001011001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A11; }

 p { color: rgb(225,10,17); }

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

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

 a { background-color: rgb(225,10,17); }

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

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

 span { border-color: rgb(225,10,17); }

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