#E52F30

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

Shades of Alizarin #E52F30

Tints of Alizarin #E52F30

Color information

#E52F30 (or 0xE52F30) is unknown color: approx Alizarin. HEX triplet: E5, 2F and 30. RGB value is (229,47,48). Sum of RGB (Red+Green+Blue) = 229+47+48=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52F30 is #1AD0CF. Grayscale: #656565. Windows color (decimal): -1757392 or 3157989. OLE color: 3157989.

HSL color Cylindrical-coordinate representation of color #E52F30: 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.79%. Process color model (Four color, CMYK) of #E52F30 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB2294748-
CMYK00.790.790.10
HSL359.67º77.78%54.12%-
HSV(B)359.67º79.48%89.8%-
XYZ33.8618.94.66-
YUV101.5397.8218.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.68%
GREEN value IS 47 (18.75% from 255) = 14.51%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=70.68%
G=14.51%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229474800.790.790.10359.6777.7854.12
HexE52F3004F4FA1684e36
Octal345576001171171255011666
Binary1110010110111111000001001111100111110101011010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52F30; }

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

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

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

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

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

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

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

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