#E72542

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

Shades of Alizarin #E72542

Tints of Alizarin #E72542

Color information

#E72542 (or 0xE72542) is unknown color: approx Alizarin. HEX triplet: E7, 25 and 42. RGB value is (231,37,66). Sum of RGB (Red+Green+Blue) = 231+37+66=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E72542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72542 is #18DABD. Grayscale: #626262. Windows color (decimal): -1628862 or 4335079. OLE color: 4335079.

HSL color Cylindrical-coordinate representation of color #E72542: hue angle of 351.03º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72542 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB2313766-
CMYK00.840.710.09
HSL351.03º80.17%52.55%-
HSV(B)351.03º83.98%90.59%-
XYZ34.618.716.94-
YUV98.31109.77222.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 69.16%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=69.16%
G=11.08%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231376600.840.710.09351.0380.1752.55
HexE7254205447915f5035
Octal3474510201241071153712065
Binary11100111100101100001001010100100011110011010111111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72542; }

 p { color: rgb(231,37,66); }

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

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

 a { background-color: rgb(231,37,66); }

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

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

 span { border-color: rgb(231,37,66); }

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