#E32235

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

Shades of Alizarin #E32235

Tints of Alizarin #E32235

Color information

#E32235 (or 0xE32235) is unknown color: approx Alizarin. HEX triplet: E3, 22 and 35. RGB value is (227,34,53). Sum of RGB (Red+Green+Blue) = 227+34+53=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E32235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32235 is #1CDDCA. Grayscale: #5D5D5D. Windows color (decimal): -1891787 or 3482339. OLE color: 3482339.

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

Color convert

RGB2273453-
CMYK00.850.770.11
HSL354.09º77.51%51.18%-
HSV(B)354.09º85.02%89.02%-
XYZ32.8917.735.06-
YUV93.87104.94222.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.29%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=72.29%
G=10.83%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227345300.850.770.11354.0977.5151.18
HexE322350554DB1624e33
Octal343426501251151354211663
Binary1110001110001011010101010101100110110111011000101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32235; }

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

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

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

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

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

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

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

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