#E82941

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

Shades of Alizarin #E82941

Tints of Alizarin #E82941

Color information

#E82941 (or 0xE82941) is unknown color: approx Alizarin. HEX triplet: E8, 29 and 41. RGB value is (232,41,65). Sum of RGB (Red+Green+Blue) = 232+41+65=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E82941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82941 is #17D6BE. Grayscale: #646464. Windows color (decimal): -1562303 or 4270568. OLE color: 4270568.

HSL color Cylindrical-coordinate representation of color #E82941: hue angle of 352.46º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82941 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2324165-
CMYK00.820.720.09
HSL352.46º80.59%53.53%-
HSV(B)352.46º82.33%90.98%-
XYZ35.0319.126.85-
YUV100.84107.78221.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.64%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=68.64%
G=12.13%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232416500.820.720.09352.4680.5953.53
HexE829410524891605136
Octal3505110101221101154012166
Binary11101000101001100000101010010100100010011011000001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82941; }

 p { color: rgb(232,41,65); }

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

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

 a { background-color: rgb(232,41,65); }

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

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

 span { border-color: rgb(232,41,65); }

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