#E10A12

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

Shades of Venetian Red #E10A12

Tints of Venetian Red #E10A12

Color information

#E10A12 (or 0xE10A12) is unknown color: approx Venetian Red. HEX triplet: E1, 0A and 12. RGB value is (225,10,18). Sum of RGB (Red+Green+Blue) = 225+10+18=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A12 is #1EF5ED. Grayscale: #4B4B4B. Windows color (decimal): -2029038 or 1182433. OLE color: 1182433.

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

Color convert

RGB2251018-
CMYK00.960.920.12
HSL357.77º91.49%46.08%-
HSV(B)357.77º95.56%88.24%-
XYZ31.2716.272.06-
YUV75.295.73234.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 88.93%
GREEN value IS 10 (4.30% from 255) = 3.95%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=88.93%
G=3.95%
B=7.11%

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
Decimal225101800.960.920.12357.7791.4946.08
HexE1A120605CC1665b2e
Octal341122201401341454613356
Binary1110000110101001001100000101110011001011001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A12; }

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

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

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

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

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

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

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

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