Html Css Color HEX #E52D2E Alizarin

📋 copy color: '#E52D2E'

red 229 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #E52D2E

Tints of Alizarin #E52D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 71.56%
G = 14.06%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E52D2E (or 0xE52D2E) is known color: Alizarin. HEX triplet: E5, 2D and 2E. RGB value is (229,45,46). Sum of RGB (Red+Green+Blue) = 229+45+46=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D2E is #1AD2D1. Grayscale: #646464. Windows color (decimal): -1757906 or 3026405. OLE color: 3026405.

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

Color convert

RGB 229 45 46 -
CMYK 0 0.80 0.80 0.10
HSL 359.67º 0.78% 0.54% -
HSV(B) 359.67º 0.8% 0.9% -
XYZ 33.74 18.73 4.42 -
YUV 100.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 229 45 46 0 0.80 0.80 0.10 359.67 0.78 0.54
Hex E5 2D 2E 0 50 50 A 168 4E 36
Octal 345 55 56 0 120 120 12 550 116 66
Binary 11100101 101101 101110 0 1010000 1010000 1010 101101000 1001110 110110

Color Harmonies of #E52D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D2E

Black with #E52D2E

Text Example


Text Example

White with #E52D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D2E; }

 p { color: rgb(229,45,46); }

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

background-color css

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

 a { background-color: rgb(229,45,46); }

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

border-color css

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

 span { border-color: rgb(229,45,46); }

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