#e02940

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

Shades of Alizarin #E02940

Tints of Alizarin #E02940

Color information

#E02940 (or 0xE02940) is unknown color: approx Alizarin. HEX triplet: E0, 29 and 40. RGB value is (224,41,64). Sum of RGB (Red+Green+Blue) = 224+41+64=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02940 is #1FD6BF. Grayscale: #626262. Windows color (decimal): -2086592 or 4205024. OLE color: 4205024.

HSL color Cylindrical-coordinate representation of color #E02940: hue angle of 352.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02940 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2244164-
CMYK00.820.710.12
HSL352.46º74.69%51.96%-
HSV(B)352.46º81.7%87.84%-
XYZ32.4617.86.58-
YUV98.34108.63217.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.09%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=68.09%
G=12.46%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224416400.820.710.12352.4674.6951.96
HexE0294005247C1604b34
Octal3405110001221071454011364
Binary11100000101001100000001010010100011111001011000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02940; }

 p { color: rgb(224,41,64); }

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

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

 a { background-color: rgb(224,41,64); }

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

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

 span { border-color: rgb(224,41,64); }

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