#e33a40

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

Shades of Alizarin #E33A40

Tints of Alizarin #E33A40

Color information

#E33A40 (or 0xE33A40) is unknown color: approx Alizarin. HEX triplet: E3, 3A and 40. RGB value is (227,58,64). Sum of RGB (Red+Green+Blue) = 227+58+64=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A40 is #1CC5BF. Grayscale: #6D6D6D. Windows color (decimal): -1885632 or 4209379. OLE color: 4209379.

HSL color Cylindrical-coordinate representation of color #E33A40: hue angle of 357.87º 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 #E33A40 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2275864-
CMYK00.740.720.11
HSL357.87º75.11%55.88%-
HSV(B)357.87º74.45%89.02%-
XYZ34.1219.736.86-
YUV109.21102.49212.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.04%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=65.04%
G=16.62%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227586400.740.720.11357.8775.1155.88
HexE33A4004A48B1664b38
Octal3437210001121101354611370
Binary11100011111010100000001001010100100010111011001101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33a40; }

 p { color: rgb(227,58,64); }

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

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

 a { background-color: rgb(227,58,64); }

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

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

 span { border-color: rgb(227,58,64); }

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