#E32E35

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

Shades of Alizarin #E32E35

Tints of Alizarin #E32E35

Color information

#E32E35 (or 0xE32E35) is unknown color: approx Alizarin. HEX triplet: E3, 2E and 35. RGB value is (227,46,53). Sum of RGB (Red+Green+Blue) = 227+46+53=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E35 is #1CD1CA. Grayscale: #656565. Windows color (decimal): -1888715 or 3485411. OLE color: 3485411.

HSL color Cylindrical-coordinate representation of color #E32E35: hue angle of 357.68º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E35 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2274653-
CMYK00.800.770.11
HSL357.68º76.37%53.53%-
HSV(B)357.68º79.74%89.02%-
XYZ33.318.545.19-
YUV100.92100.97217.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 69.63%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=69.63%
G=14.11%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227465300.800.770.11357.6876.3753.53
HexE32E350504DB1664c36
Octal343566501201151354611466
Binary1110001110111011010101010000100110110111011001101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E35; }

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

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

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

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

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

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

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

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