#E5253F

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

Shades of Alizarin #E5253F

Tints of Alizarin #E5253F

Color information

#E5253F (or 0xE5253F) is unknown color: approx Alizarin. HEX triplet: E5, 25 and 3F. RGB value is (229,37,63). Sum of RGB (Red+Green+Blue) = 229+37+63=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5253F is #1ADAC0. Grayscale: #616161. Windows color (decimal): -1759937 or 4138469. OLE color: 4138469.

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

Color convert

RGB2293763-
CMYK00.840.720.10
HSL351.88º78.69%52.16%-
HSV(B)351.88º83.84%89.8%-
XYZ33.8718.346.46-
YUV97.37108.61221.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.60%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 63 (25% from 255) = 19.15%
R=69.60%
G=11.25%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229376300.840.720.10351.8878.6952.16
HexE5253F05448A1604f34
Octal345457701241101254011764
Binary1110010110010111111101010100100100010101011000001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5253F; }

 p { color: rgb(229,37,63); }

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

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

 a { background-color: rgb(229,37,63); }

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

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

 span { border-color: rgb(229,37,63); }

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