#E13133

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

Shades of Alizarin #E13133

Tints of Alizarin #E13133

Color information

#E13133 (or 0xE13133) is unknown color: approx Alizarin. HEX triplet: E1, 31 and 33. RGB value is (225,49,51). Sum of RGB (Red+Green+Blue) = 225+49+51=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E13133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13133 is #1ECECC. Grayscale: #666666. Windows color (decimal): -2019021 or 3355105. OLE color: 3355105.

HSL color Cylindrical-coordinate representation of color #E13133: hue angle of 359.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13133 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB2254951-
CMYK00.780.770.12
HSL359.32º74.58%53.73%-
HSV(B)359.32º78.22%88.24%-
XYZ32.7518.444.97-
YUV101.8599.31215.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.23%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=69.23%
G=15.08%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225495100.780.770.12359.3274.5853.73
HexE1313304E4DC1674b36
Octal341616301161151454711366
Binary1110000111000111001101001110100110111001011001111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13133; }

 p { color: rgb(225,49,51); }

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

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

 a { background-color: rgb(225,49,51); }

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

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

 span { border-color: rgb(225,49,51); }

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