#E02441

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

Shades of Alizarin #E02441

Tints of Alizarin #E02441

Color information

#E02441 (or 0xE02441) is unknown color: approx Alizarin. HEX triplet: E0, 24 and 41. RGB value is (224,36,65). Sum of RGB (Red+Green+Blue) = 224+36+65=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E02441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02441 is #1FDBBE. Grayscale: #5F5F5F. Windows color (decimal): -2087871 or 4269280. OLE color: 4269280.

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

Color convert

RGB2243665-
CMYK00.840.710.12
HSL350.74º75.2%50.98%-
HSV(B)350.74º83.93%87.84%-
XYZ32.3317.496.67-
YUV95.52110.78219.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.92%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 65 (25.78% from 255) = 20%
R=68.92%
G=11.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224366500.840.710.12350.7475.250.98
HexE0244105447C15f4b33
Octal3404410101241071453711363
Binary11100000100100100000101010100100011111001010111111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02441; }

 p { color: rgb(224,36,65); }

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

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

 a { background-color: rgb(224,36,65); }

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

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

 span { border-color: rgb(224,36,65); }

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