Html Css Color HEX #E52131 Alizarin

📋 copy color: '#E52131'

red 229 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #E52131

Tints of Alizarin #E52131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 73.63%
G = 10.61%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E52131 (or 0xE52131) is known color: Alizarin. HEX triplet: E5, 21 and 31. RGB value is (229,33,49). Sum of RGB (Red+Green+Blue) = 229+33+49=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E52131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52131 is #1ADECE. Grayscale: #5D5D5D. Windows color (decimal): -1760975 or 3219941. OLE color: 3219941.

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

Color convert

RGB 229 33 49 -
CMYK 0 0.86 0.79 0.10
HSL 355.1º 0.79% 0.51% -
HSV(B) 355.1º 0.86% 0.9% -
XYZ 33.41 17.97 4.61 -
YUV 93.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 229 33 49 0 0.86 0.79 0.10 355.1 0.79 0.51
Hex E5 21 31 0 56 4F A 163 4F 33
Octal 345 41 61 0 126 117 12 543 117 63
Binary 11100101 100001 110001 0 1010110 1001111 1010 101100011 1001111 110011

Color Harmonies of #E52131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52131

Black with #E52131

Text Example


Text Example

White with #E52131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52131; }

 p { color: rgb(229,33,49); }

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

background-color css

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

 a { background-color: rgb(229,33,49); }

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

border-color css

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

 span { border-color: rgb(229,33,49); }

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