#E82432

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

Shades of Alizarin #E82432

Tints of Alizarin #E82432

Color information

#E82432 (or 0xE82432) is unknown color: approx Alizarin. HEX triplet: E8, 24 and 32. RGB value is (232,36,50). Sum of RGB (Red+Green+Blue) = 232+36+50=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E82432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82432 is #17DBCD. Grayscale: #606060. Windows color (decimal): -1563598 or 3286248. OLE color: 3286248.

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

Color convert

RGB2323650-
CMYK00.840.780.09
HSL355.71º80.99%52.55%-
HSV(B)355.71º84.48%90.98%-
XYZ34.4918.654.8-
YUV96.2101.93224.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 72.96%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=72.96%
G=11.32%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232365000.840.780.09355.7180.9952.55
HexE824320544E91645135
Octal350446201241161154412165
Binary1110100010010011001001010100100111010011011001001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82432; }

 p { color: rgb(232,36,50); }

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

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

 a { background-color: rgb(232,36,50); }

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

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

 span { border-color: rgb(232,36,50); }

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