#E5182D

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

Shades of Alizarin #E5182D

Tints of Alizarin #E5182D

Color information

#E5182D (or 0xE5182D) is unknown color: approx Alizarin. HEX triplet: E5, 18 and 2D. RGB value is (229,24,45). Sum of RGB (Red+Green+Blue) = 229+24+45=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E5182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5182D is #1AE7D2. Grayscale: #575757. Windows color (decimal): -1763283 or 2955493. OLE color: 2955493.

HSL color Cylindrical-coordinate representation of color #E5182D: hue angle of 353.85º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5182D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB2292445-
CMYK00.900.800.10
HSL353.85º81.03%49.61%-
HSV(B)353.85º89.52%89.8%-
XYZ33.1117.54.12-
YUV87.69103.92228.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 76.85%
GREEN value IS 24 (9.77% from 255) = 8.05%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=76.85%
G=8.05%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229244500.900.800.10353.8581.0349.61
HexE5182D05A50A1625132
Octal345305501321201254212162
Binary111001011100010110101011010101000010101011000101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5182D; }

 p { color: rgb(229,24,45); }

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

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

 a { background-color: rgb(229,24,45); }

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

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

 span { border-color: rgb(229,24,45); }

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