#E10A13

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

Shades of Venetian Red #E10A13

Tints of Venetian Red #E10A13

Color information

#E10A13 (or 0xE10A13) is unknown color: approx Venetian Red. HEX triplet: E1, 0A and 13. RGB value is (225,10,19). Sum of RGB (Red+Green+Blue) = 225+10+19=254 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.58% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A13 is #1EF5EC. Grayscale: #4B4B4B. Windows color (decimal): -2029037 or 1247969. OLE color: 1247969.

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

Color convert

RGB2251019-
CMYK00.960.920.12
HSL357.49º91.49%46.08%-
HSV(B)357.49º95.56%88.24%-
XYZ31.2816.272.11-
YUV75.3196.23234.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 88.58%
GREEN value IS 10 (4.30% from 255) = 3.94%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=88.58%
G=3.94%
B=7.48%

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
Decimal225101900.960.920.12357.4991.4946.08
HexE1A130605CC1655b2e
Octal341122301401341454513356
Binary1110000110101001101100000101110011001011001011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A13; }

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

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

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

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

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

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

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

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