Html Css Color HEX #E52541 Alizarin

📋 copy color: '#E52541'

red 229 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #E52541

Tints of Alizarin #E52541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 69.18%
G = 11.18%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E52541 (or 0xE52541) is known color: Alizarin. HEX triplet: E5, 25 and 41. RGB value is (229,37,65). Sum of RGB (Red+Green+Blue) = 229+37+65=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E52541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52541 is #1ADABE. Grayscale: #616161. Windows color (decimal): -1759935 or 4269541. OLE color: 4269541.

HSL color Cylindrical-coordinate representation of color #E52541: hue angle of 351.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52541 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 65 -
CMYK 0 0.84 0.72 0.10
HSL 351.25º 0.79% 0.52% -
HSV(B) 351.25º 0.84% 0.9% -
XYZ 33.93 18.36 6.76 -
YUV 97.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 229 37 65 0 0.84 0.72 0.10 351.25 0.79 0.52
Hex E5 25 41 0 54 48 A 15F 4F 34
Octal 345 45 101 0 124 110 12 537 117 64
Binary 11100101 100101 1000001 0 1010100 1001000 1010 101011111 1001111 110100

Color Harmonies of #E52541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52541

Black with #E52541

Text Example


Text Example

White with #E52541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52541; }

 p { color: rgb(229,37,65); }

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

background-color css

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

 a { background-color: rgb(229,37,65); }

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

border-color css

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

 span { border-color: rgb(229,37,65); }

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