#EE2C37

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

Shades of Alizarin #EE2C37

Tints of Alizarin #EE2C37

Color information

#EE2C37 (or 0xEE2C37) is unknown color: approx Alizarin. HEX triplet: EE, 2C and 37. RGB value is (238,44,55). Sum of RGB (Red+Green+Blue) = 238+44+55=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2C37 is #11D3C8. Grayscale: #676767. Windows color (decimal): -1168329 or 3615982. OLE color: 3615982.

HSL color Cylindrical-coordinate representation of color #EE2C37: hue angle of 356.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2C37 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB2384455-
CMYK00.820.770.07
HSL356.6º85.09%55.29%-
HSV(B)356.6º81.51%93.33%-
XYZ36.8520.255.58-
YUV103.26100.77224.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.62%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=70.62%
G=13.06%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238445500.820.770.07356.685.0955.29
HexEE2C370524D71655537
Octal35654670122115754512567
Binary111011101011001101110101001010011011111011001011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2C37; }

 p { color: rgb(238,44,55); }

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

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

 a { background-color: rgb(238,44,55); }

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

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

 span { border-color: rgb(238,44,55); }

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