#E3323C

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

Shades of Alizarin #E3323C

Tints of Alizarin #E3323C

Color information

#E3323C (or 0xE3323C) is unknown color: approx Alizarin. HEX triplet: E3, 32 and 3C. RGB value is (227,50,60). Sum of RGB (Red+Green+Blue) = 227+50+60=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3323C is #1CCDC3. Grayscale: #686868. Windows color (decimal): -1887684 or 3945187. OLE color: 3945187.

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

Color convert

RGB2275060-
CMYK00.780.740.11
HSL356.61º75.97%54.31%-
HSV(B)356.61º77.97%89.02%-
XYZ33.6318.946.16-
YUV104.06103.14215.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.36%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=67.36%
G=14.84%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227506000.780.740.11356.6175.9754.31
HexE3323C04E4AB1654c36
Octal343627401161121354511466
Binary1110001111001011110001001110100101010111011001011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3323C; }

 p { color: rgb(227,50,60); }

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

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

 a { background-color: rgb(227,50,60); }

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

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

 span { border-color: rgb(227,50,60); }

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