#e52b35

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

Shades of Alizarin #E52B35

Tints of Alizarin #E52B35

Color information

#E52B35 (or 0xE52B35) is unknown color: approx Alizarin. HEX triplet: E5, 2B and 35. RGB value is (229,43,53). Sum of RGB (Red+Green+Blue) = 229+43+53=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B35 is #1AD4CA. Grayscale: #636363. Windows color (decimal): -1758411 or 3484645. OLE color: 3484645.

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

Color convert

RGB2294353-
CMYK00.810.770.10
HSL356.77º78.15%53.33%-
HSV(B)356.77º81.22%89.8%-
XYZ33.8218.645.18-
YUV99.75101.62220.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.46%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=70.46%
G=13.23%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229435300.810.770.10356.7778.1553.33
HexE52B350514DA1654e35
Octal345536501211151254511665
Binary1110010110101111010101010001100110110101011001011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e52b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e52b35; }

 p { color: rgb(229,43,53); }

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

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

 a { background-color: rgb(229,43,53); }

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

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

 span { border-color: rgb(229,43,53); }

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