#E92542

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

Shades of Alizarin #E92542

Tints of Alizarin #E92542

Color information

#E92542 (or 0xE92542) is unknown color: approx Alizarin. HEX triplet: E9, 25 and 42. RGB value is (233,37,66). Sum of RGB (Red+Green+Blue) = 233+37+66=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E92542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92542 is #16DABD. Grayscale: #626262. Windows color (decimal): -1497790 or 4335081. OLE color: 4335081.

HSL color Cylindrical-coordinate representation of color #E92542: hue angle of 351.12º degrees, saturation: 0.82, 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 #E92542 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2333766-
CMYK00.840.720.09
HSL351.12º81.67%52.94%-
HSV(B)351.12º84.12%91.37%-
XYZ35.2519.046.97-
YUV98.91109.43223.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.35%
GREEN value IS 37 (14.84% from 255) = 11.01%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=69.35%
G=11.01%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233376600.840.720.09351.1281.6752.94
HexE9254205448915f5235
Octal3514510201241101153712265
Binary11101001100101100001001010100100100010011010111111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92542; }

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

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

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

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

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

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

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

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