#E82D3C

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

Shades of Alizarin #E82D3C

Tints of Alizarin #E82D3C

Color information

#E82D3C (or 0xE82D3C) is unknown color: approx Alizarin. HEX triplet: E8, 2D and 3C. RGB value is (232,45,60). Sum of RGB (Red+Green+Blue) = 232+45+60=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D3C is #17D2C3. Grayscale: #666666. Windows color (decimal): -1561284 or 3943912. OLE color: 3943912.

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

Color convert

RGB2324560-
CMYK00.810.740.09
HSL355.19º80.26%54.31%-
HSV(B)355.19º80.6%90.98%-
XYZ35.0319.366.17-
YUV102.62103.95220.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.84%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=68.84%
G=13.35%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232456000.810.740.09355.1980.2654.31
HexE82D3C0514A91635036
Octal350557401211121154312066
Binary1110100010110111110001010001100101010011011000111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82D3C; }

 p { color: rgb(232,45,60); }

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

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

 a { background-color: rgb(232,45,60); }

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

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

 span { border-color: rgb(232,45,60); }

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