Html Css Color HEX #E52A37 Alizarin

📋 copy color: '#E52A37'

red 229 ◦ green 42 ◦ blue 55

#E52A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E52A37

Tints of Alizarin #E52A37

RGB

 RED value IS 229 (89.84% from 255) = 70.25%

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 70.25%
G = 12.88%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E52A37 (or 0xE52A37) is known color: Alizarin. HEX triplet: E5, 2A and 37. RGB value is (229,42,55). Sum of RGB (Red+Green+Blue) = 229+42+55=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A37 is #1AD5C8. Grayscale: #636363. Windows color (decimal): -1758665 or 3615461. OLE color: 3615461.

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

Color convert

RGB 229 42 55 -
CMYK 0 0.82 0.76 0.10
HSL 355.83º 0.78% 0.53% -
HSV(B) 355.83º 0.82% 0.9% -
XYZ 33.83 18.59 5.42 -
YUV 99.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 229 42 55 0 0.82 0.76 0.10 355.83 0.78 0.53
Hex E5 2A 37 0 52 4C A 164 4E 35
Octal 345 52 67 0 122 114 12 544 116 65
Binary 11100101 101010 110111 0 1010010 1001100 1010 101100100 1001110 110101

Color Harmonies of #E52A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A37

Black with #E52A37

Text Example


Text Example

White with #E52A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A37; }

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

 H1.HeaderClassName
 {
   color: #E52A37;
 }
 .AnyTagClassName
 {
   color: #E52A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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