#E3203B

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

Shades of Alizarin #E3203B

Tints of Alizarin #E3203B

Color information

#E3203B (or 0xE3203B) is unknown color: approx Alizarin. HEX triplet: E3, 20 and 3B. RGB value is (227,32,59). Sum of RGB (Red+Green+Blue) = 227+32+59=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E3203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3203B is #1CDFC4. Grayscale: #5D5D5D. Windows color (decimal): -1892293 or 3875043. OLE color: 3875043.

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

Color convert

RGB2273259-
CMYK00.860.740.11
HSL351.69º77.69%50.78%-
HSV(B)351.69º85.9%89.02%-
XYZ32.9817.685.81-
YUV93.38108.6223.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 32 (12.89% from 255) = 10.06%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=71.38%
G=10.06%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227325900.860.740.11351.6977.6950.78
HexE3203B0564AB1604e33
Octal343407301261121354011663
Binary1110001110000011101101010110100101010111011000001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3203B; }

 p { color: rgb(227,32,59); }

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

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

 a { background-color: rgb(227,32,59); }

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

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

 span { border-color: rgb(227,32,59); }

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