Html Css Color HEX #E52030 Alizarin

📋 copy color: '#E52030'

red 229 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #E52030

Tints of Alizarin #E52030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 74.11%
G = 10.36%
B = 15.53%

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

#E52030 (or 0xE52030) is known color: Alizarin. HEX triplet: E5, 20 and 30. RGB value is (229,32,48). Sum of RGB (Red+Green+Blue) = 229+32+48=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E52030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52030 is #1ADFCF. Grayscale: #5C5C5C. Windows color (decimal): -1761232 or 3154149. OLE color: 3154149.

HSL color Cylindrical-coordinate representation of color #E52030: hue angle of 355.13º 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 #E52030 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 48 -
CMYK 0 0.86 0.79 0.10
HSL 355.13º 0.79% 0.51% -
HSV(B) 355.13º 0.86% 0.9% -
XYZ 33.36 17.9 4.49 -
YUV 92.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 229 32 48 0 0.86 0.79 0.10 355.13 0.79 0.51
Hex E5 20 30 0 56 4F A 163 4F 33
Octal 345 40 60 0 126 117 12 543 117 63
Binary 11100101 100000 110000 0 1010110 1001111 1010 101100011 1001111 110011

Color Harmonies of #E52030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52030

Black with #E52030

Text Example


Text Example

White with #E52030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52030; }

 p { color: rgb(229,32,48); }

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

background-color css

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

 a { background-color: rgb(229,32,48); }

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

border-color css

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

 span { border-color: rgb(229,32,48); }

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