#ed182c

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

Shades of Alizarin #ED182C

Tints of Alizarin #ED182C

Color information

#ED182C (or 0xED182C) is unknown color: approx Alizarin. HEX triplet: ED, 18 and 2C. RGB value is (237,24,44). Sum of RGB (Red+Green+Blue) = 237+24+44=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED182C is #12E7D3. Grayscale: #5A5A5A. Windows color (decimal): -1238996 or 2889965. OLE color: 2889965.

HSL color Cylindrical-coordinate representation of color #ED182C: hue angle of 354.37º degrees, saturation: 0.86, 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 #ED182C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB2372444-
CMYK00.900.810.07
HSL354.37º85.54%51.18%-
HSV(B)354.37º89.87%92.94%-
XYZ35.7118.844.14-
YUV89.97102.07232.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.70%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=77.70%
G=7.87%
B=14.43%

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
Decimal237244400.900.810.07354.3785.5451.18
HexED182C05A5171625633
Octal35530540132121754212663
Binary11101101110001011000101101010100011111011000101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed182c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed182c; }

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

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

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

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

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

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

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

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