#e32c33

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

Shades of Alizarin #E32C33

Tints of Alizarin #E32C33

Color information

#E32C33 (or 0xE32C33) is unknown color: approx Alizarin. HEX triplet: E3, 2C and 33. RGB value is (227,44,51). Sum of RGB (Red+Green+Blue) = 227+44+51=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C33 is #1CD3CC. Grayscale: #636363. Windows color (decimal): -1889229 or 3353827. OLE color: 3353827.

HSL color Cylindrical-coordinate representation of color #E32C33: hue angle of 357.7º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32C33 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB2274451-
CMYK00.810.780.11
HSL357.7º76.57%53.14%-
HSV(B)357.7º80.62%89.02%-
XYZ33.1818.374.93-
YUV99.51100.63218.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 70.50%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=70.50%
G=13.66%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227445100.810.780.11357.776.5753.14
HexE32C330514EB1664d35
Octal343546301211161354611565
Binary1110001110110011001101010001100111010111011001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e32c33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e32c33; }

 p { color: rgb(227,44,51); }

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

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

 a { background-color: rgb(227,44,51); }

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

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

 span { border-color: rgb(227,44,51); }

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