#e33c42

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

Shades of Alizarin #E33C42

Tints of Alizarin #E33C42

Color information

#E33C42 (or 0xE33C42) is unknown color: approx Alizarin. HEX triplet: E3, 3C and 42. RGB value is (227,60,66). Sum of RGB (Red+Green+Blue) = 227+60+66=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33C42 is #1CC3BD. Grayscale: #6E6E6E. Windows color (decimal): -1885118 or 4340963. OLE color: 4340963.

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

Color convert

RGB2276066-
CMYK00.740.710.11
HSL357.84º74.89%56.27%-
HSV(B)357.84º73.57%89.02%-
XYZ34.2819.967.2-
YUV110.62102.83211.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=64.31%
G=17.00%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227606600.740.710.11357.8474.8956.27
HexE33C4204A47B1664b38
Octal3437410201121071354611370
Binary11100011111100100001001001010100011110111011001101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33c42; }

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

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

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

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

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

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

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

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