Html Css Color HEX #ED4549 Amaranth

📋 copy color: '#ED4549'

red 237 ◦ green 69 ◦ blue 73

#ED4549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #ED4549

Tints of Amaranth #ED4549

RGB

 RED value IS 237 (92.97% from 255) = 62.53%

 GREEN value IS 69 (27.34% from 255) = 18.21%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 62.53%
G = 18.21%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED4549 (or 0xED4549) is known color: Amaranth. HEX triplet: ED, 45 and 49. RGB value is (237,69,73). Sum of RGB (Red+Green+Blue) = 237+69+73=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4549 is #12BAB6. Grayscale: #777777. Windows color (decimal): -1227447 or 4802029. OLE color: 4802029.

HSL color Cylindrical-coordinate representation of color #ED4549: hue angle of 358.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4549 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 73 -
CMYK 0 0.71 0.69 0.07
HSL 358.57º 0.82% 0.6% -
HSV(B) 358.57º 0.71% 0.93% -
XYZ 38.26 22.74 8.68 -
YUV 119.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 237 69 73 0 0.71 0.69 0.07 358.57 0.82 0.6
Hex ED 45 49 0 47 45 7 167 52 3C
Octal 355 105 111 0 107 105 7 547 122 74
Binary 11101101 1000101 1001001 0 1000111 1000101 111 101100111 1010010 111100

Color Harmonies of #ED4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4549

Black with #ED4549

Text Example


Text Example

White with #ED4549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4549; }

 p { color: rgb(237,69,73); }

 H1.HeaderClassName
 {
   color: #ED4549;
 }
 .AnyTagClassName
 {
   color: #ED4549;
 }
</style>

background-color css

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

 a { background-color: rgb(237,69,73); }

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

border-color css

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

 span { border-color: rgb(237,69,73); }

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