#E32C2E

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

Shades of Alizarin #E32C2E

Tints of Alizarin #E32C2E

Color information

#E32C2E (or 0xE32C2E) is unknown color: approx Alizarin. HEX triplet: E3, 2C and 2E. RGB value is (227,44,46). Sum of RGB (Red+Green+Blue) = 227+44+46=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C2E is #1CD3D1. Grayscale: #636363. Windows color (decimal): -1889234 or 3026147. OLE color: 3026147.

HSL color Cylindrical-coordinate representation of color #E32C2E: hue angle of 359.34º 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 #E32C2E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2274446-
CMYK00.810.800.11
HSL359.34º76.57%53.14%-
HSV(B)359.34º80.62%89.02%-
XYZ33.0718.334.38-
YUV98.9498.13219.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.61%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=71.61%
G=13.88%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227444600.810.800.11359.3476.5753.14
HexE32C2E05150B1674d35
Octal343545601211201354711565
Binary1110001110110010111001010001101000010111011001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32C2E; }

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

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

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

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

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

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

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

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