#E5373A

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

Shades of Alizarin #E5373A

Tints of Alizarin #E5373A

Color information

#E5373A (or 0xE5373A) is unknown color: approx Alizarin. HEX triplet: E5, 37 and 3A. RGB value is (229,55,58). Sum of RGB (Red+Green+Blue) = 229+55+58=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5373A is #1AC8C5. Grayscale: #6B6B6B. Windows color (decimal): -1755334 or 3815397. OLE color: 3815397.

HSL color Cylindrical-coordinate representation of color #E5373A: hue angle of 358.97º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5373A is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2295558-
CMYK00.760.750.10
HSL358.97º76.99%55.69%-
HSV(B)358.97º75.98%89.8%-
XYZ34.4419.75.99-
YUV107.37100.15214.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.96%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 58 (23.05% from 255) = 16.96%
R=66.96%
G=16.08%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229555800.760.750.10358.9776.9955.69
HexE5373A04C4BA1674d38
Octal345677201141131254711570
Binary1110010111011111101001001100100101110101011001111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5373A; }

 p { color: rgb(229,55,58); }

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

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

 a { background-color: rgb(229,55,58); }

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

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

 span { border-color: rgb(229,55,58); }

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