#EC182C

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

Shades of Alizarin #EC182C

Tints of Alizarin #EC182C

Color information

#EC182C (or 0xEC182C) is unknown color: approx Alizarin. HEX triplet: EC, 18 and 2C. RGB value is (236,24,44). Sum of RGB (Red+Green+Blue) = 236+24+44=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC182C is #13E7D3. Grayscale: #595959. Windows color (decimal): -1304532 or 2889964. OLE color: 2889964.

HSL color Cylindrical-coordinate representation of color #EC182C: hue angle of 354.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC182C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB2362444-
CMYK00.900.810.07
HSL354.34º84.8%50.98%-
HSV(B)354.34º89.83%92.55%-
XYZ35.3718.674.12-
YUV89.67102.24232.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 77.63%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=77.63%
G=7.89%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236244400.900.810.07354.3484.850.98
HexEC182C05A5171625533
Octal35430540132121754212563
Binary11101100110001011000101101010100011111011000101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC182C; }

 p { color: rgb(236,24,44); }

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

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

 a { background-color: rgb(236,24,44); }

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

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

 span { border-color: rgb(236,24,44); }

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