Html Css Color HEX #E52229 Alizarin

📋 copy color: '#E52229'

red 229 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #E52229

Tints of Alizarin #E52229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 75.33%
G = 11.18%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E52229 (or 0xE52229) is known color: Alizarin. HEX triplet: E5, 22 and 29. RGB value is (229,34,41). Sum of RGB (Red+Green+Blue) = 229+34+41=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E52229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52229 is #1ADDD6. Grayscale: #5D5D5D. Windows color (decimal): -1760727 or 2695909. OLE color: 2695909.

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

Color convert

RGB 229 34 41 -
CMYK 0 0.85 0.82 0.10
HSL 357.85º 0.79% 0.52% -
HSV(B) 357.85º 0.85% 0.9% -
XYZ 33.29 17.96 3.81 -
YUV 93.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 229 34 41 0 0.85 0.82 0.10 357.85 0.79 0.52
Hex E5 22 29 0 55 52 A 166 4F 34
Octal 345 42 51 0 125 122 12 546 117 64
Binary 11100101 100010 101001 0 1010101 1010010 1010 101100110 1001111 110100

Color Harmonies of #E52229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52229

Black with #E52229

Text Example


Text Example

White with #E52229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52229; }

 p { color: rgb(229,34,41); }

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

background-color css

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

 a { background-color: rgb(229,34,41); }

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

border-color css

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

 span { border-color: rgb(229,34,41); }

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