#ED3C48

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

Shades of Amaranth #ED3C48

Tints of Amaranth #ED3C48

Color information

#ED3C48 (or 0xED3C48) is unknown color: approx Amaranth. HEX triplet: ED, 3C and 48. RGB value is (237,60,72). Sum of RGB (Red+Green+Blue) = 237+60+72=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C48 is #12C3B7. Grayscale: #727272. Windows color (decimal): -1229752 or 4734189. OLE color: 4734189.

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

Color convert

RGB2376072-
CMYK00.750.700.07
HSL355.93º83.1%58.24%-
HSV(B)355.93º74.68%92.94%-
XYZ37.7121.78.33-
YUV114.29104.14215.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.23%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=64.23%
G=16.26%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237607200.750.700.07355.9383.158.24
HexED3C4804B467164533a
Octal355741100113106754412372
Binary1110110111110010010000100101110001101111011001001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3C48; }

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

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

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

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

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

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

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

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