#E52A2D

Color #E52A2D Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E52A2D

Tints of Alizarin #E52A2D

Color information

#E52A2D (or 0xE52A2D) is unknown color: approx Alizarin. HEX triplet: E5, 2A and 2D. RGB value is (229,42,45). Sum of RGB (Red+Green+Blue) = 229+42+45=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A2D is #1AD5D2. Grayscale: #626262. Windows color (decimal): -1758675 or 2960101. OLE color: 2960101.

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

Color convert

RGB2294245-
CMYK00.820.800.10
HSL359.04º78.24%53.14%-
HSV(B)359.04º81.66%89.8%-
XYZ33.6118.54.28-
YUV98.2697.95221.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 72.47%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=72.47%
G=13.29%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229424500.820.800.10359.0478.2453.14
HexE52A2D05250A1674e35
Octal345525501221201254711665
Binary1110010110101010110101010010101000010101011001111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52A2D; }

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

 H1.HeaderClassName
 {
   color: #E52A2D;
 }
 .AnyTagClassName
 {
   color: #E52A2D;
 }
</style>
background-color css

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

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

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

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

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

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