#E13E40

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

Shades of Alizarin #E13E40

Tints of Alizarin #E13E40

Color information

#E13E40 (or 0xE13E40) is unknown color: approx Alizarin. HEX triplet: E1, 3E and 40. RGB value is (225,62,64). Sum of RGB (Red+Green+Blue) = 225+62+64=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E40 is #1EC1BF. Grayscale: #6F6F6F. Windows color (decimal): -2015680 or 4210401. OLE color: 4210401.

HSL color Cylindrical-coordinate representation of color #E13E40: hue angle of 359.26º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E40 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2256264-
CMYK00.720.720.12
HSL359.26º73.09%56.27%-
HSV(B)359.26º72.44%88.24%-
XYZ33.719.826.9-
YUV110.96101.5209.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.10%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=64.10%
G=17.66%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225626400.720.720.12359.2673.0956.27
HexE13E4004848C1674938
Octal3417610001101101454711170
Binary11100001111110100000001001000100100011001011001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E40; }

 p { color: rgb(225,62,64); }

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

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

 a { background-color: rgb(225,62,64); }

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

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

 span { border-color: rgb(225,62,64); }

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