#E9353C

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

Shades of Alizarin #E9353C

Tints of Alizarin #E9353C

Color information

#E9353C (or 0xE9353C) is unknown color: approx Alizarin. HEX triplet: E9, 35 and 3C. RGB value is (233,53,60). Sum of RGB (Red+Green+Blue) = 233+53+60=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9353C is #16CAC3. Grayscale: #6B6B6B. Windows color (decimal): -1493700 or 3945961. OLE color: 3945961.

HSL color Cylindrical-coordinate representation of color #E9353C: hue angle of 357.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9353C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2335360-
CMYK00.770.740.09
HSL357.67º80.36%56.08%-
HSV(B)357.67º77.25%91.37%-
XYZ35.6920.26.29-
YUV107.62101.13217.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 67.34%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=67.34%
G=15.32%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233536000.770.740.09357.6780.3656.08
HexE9353C04D4A91665038
Octal351657401151121154612070
Binary1110100111010111110001001101100101010011011001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9353C; }

 p { color: rgb(233,53,60); }

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

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

 a { background-color: rgb(233,53,60); }

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

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

 span { border-color: rgb(233,53,60); }

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