#E81B2D

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

Shades of Alizarin #E81B2D

Tints of Alizarin #E81B2D

Color information

#E81B2D (or 0xE81B2D) is unknown color: approx Alizarin. HEX triplet: E8, 1B and 2D. RGB value is (232,27,45). Sum of RGB (Red+Green+Blue) = 232+27+45=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B2D is #17E4D2. Grayscale: #5A5A5A. Windows color (decimal): -1565907 or 2956264. OLE color: 2956264.

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

Color convert

RGB2322745-
CMYK00.880.810.09
HSL354.73º81.67%50.78%-
HSV(B)354.73º88.36%90.98%-
XYZ34.1418.134.18-
YUV90.35102.42229.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 76.32%
GREEN value IS 27 (10.94% from 255) = 8.88%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=76.32%
G=8.88%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232274500.880.810.09354.7381.6750.78
HexE81B2D0585191635233
Octal350335501301211154312263
Binary111010001101110110101011000101000110011011000111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81B2D; }

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

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

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

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

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

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

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

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