#E82940

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

Shades of Alizarin #E82940

Tints of Alizarin #E82940

Color information

#E82940 (or 0xE82940) is unknown color: approx Alizarin. HEX triplet: E8, 29 and 40. RGB value is (232,41,64). Sum of RGB (Red+Green+Blue) = 232+41+64=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82940 is #17D6BF. Grayscale: #646464. Windows color (decimal): -1562304 or 4205032. OLE color: 4205032.

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

Color convert

RGB2324164-
CMYK00.820.720.09
HSL352.77º80.59%53.53%-
HSV(B)352.77º82.33%90.98%-
XYZ3519.116.69-
YUV100.73107.28221.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.84%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=68.84%
G=12.17%
B=18.99%

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
Decimal232416400.820.720.09352.7780.5953.53
HexE829400524891615136
Octal3505110001221101154112166
Binary11101000101001100000001010010100100010011011000011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82940; }

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

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

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

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

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

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

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

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