#E32631

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

Shades of Alizarin #E32631

Tints of Alizarin #E32631

Color information

#E32631 (or 0xE32631) is unknown color: approx Alizarin. HEX triplet: E3, 26 and 31. RGB value is (227,38,49). Sum of RGB (Red+Green+Blue) = 227+38+49=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E32631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32631 is #1CD9CE. Grayscale: #5F5F5F. Windows color (decimal): -1890767 or 3221219. OLE color: 3221219.

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

Color convert

RGB2273849-
CMYK00.830.780.11
HSL356.51º77.14%51.96%-
HSV(B)356.51º83.26%89.02%-
XYZ32.9317.944.63-
YUV95.76101.62221.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.29%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=72.29%
G=12.10%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227384900.830.780.11356.5177.1451.96
HexE326310534EB1654d34
Octal343466101231161354511564
Binary1110001110011011000101010011100111010111011001011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32631; }

 p { color: rgb(227,38,49); }

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

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

 a { background-color: rgb(227,38,49); }

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

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

 span { border-color: rgb(227,38,49); }

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