#ED1C48

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

Shades of Amaranth #ED1C48

Tints of Amaranth #ED1C48

Color information

#ED1C48 (or 0xED1C48) is unknown color: approx Amaranth. HEX triplet: ED, 1C and 48. RGB value is (237,28,72). Sum of RGB (Red+Green+Blue) = 237+28+72=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1C48 is #12E3B7. Grayscale: #5F5F5F. Windows color (decimal): -1237944 or 4725997. OLE color: 4725997.

HSL color Cylindrical-coordinate representation of color #ED1C48: hue angle of 347.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1C48 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2372872-
CMYK00.880.700.07
HSL347.37º85.31%51.96%-
HSV(B)347.37º88.19%92.94%-
XYZ36.5119.37.93-
YUV95.51114.74228.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=70.33%
G=8.31%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237287200.880.700.07347.3785.3151.96
HexED1C4805846715b5534
Octal355341100130106753312564
Binary111011011110010010000101100010001101111010110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1C48; }

 p { color: rgb(237,28,72); }

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

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

 a { background-color: rgb(237,28,72); }

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

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

 span { border-color: rgb(237,28,72); }

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