#E5182A

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

Shades of Alizarin #E5182A

Tints of Alizarin #E5182A

Color information

#E5182A (or 0xE5182A) is unknown color: approx Alizarin. HEX triplet: E5, 18 and 2A. RGB value is (229,24,42). Sum of RGB (Red+Green+Blue) = 229+24+42=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5182A is #1AE7D5. Grayscale: #575757. Windows color (decimal): -1763286 or 2758885. OLE color: 2758885.

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

Color convert

RGB2292442-
CMYK00.900.820.10
HSL354.73º81.03%49.61%-
HSV(B)354.73º89.52%89.8%-
XYZ33.0617.483.82-
YUV87.35102.42229.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 77.63%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=77.63%
G=8.14%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229244200.900.820.10354.7381.0349.61
HexE5182A05A52A1635132
Octal345305201321221254312162
Binary111001011100010101001011010101001010101011000111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5182A; }

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

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

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

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

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

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

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

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