Html Css Color HEX #ED4749 Amaranth

📋 copy color: '#ED4749'

red 237 ◦ green 71 ◦ blue 73

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

Shades of Amaranth #ED4749

Tints of Amaranth #ED4749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

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

R = 62.2%
G = 18.64%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED4749 (or 0xED4749) is known color: Amaranth. HEX triplet: ED, 47 and 49. RGB value is (237,71,73). Sum of RGB (Red+Green+Blue) = 237+71+73=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4749 is #12B8B6. Grayscale: #797979. Windows color (decimal): -1226935 or 4802541. OLE color: 4802541.

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

Color convert

RGB 237 71 73 -
CMYK 0 0.70 0.69 0.07
HSL 359.28º 0.82% 0.6% -
HSV(B) 359.28º 0.7% 0.93% -
XYZ 38.38 22.99 8.72 -
YUV 120.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 237 71 73 0 0.70 0.69 0.07 359.28 0.82 0.6
Hex ED 47 49 0 46 45 7 167 52 3C
Octal 355 107 111 0 106 105 7 547 122 74
Binary 11101101 1000111 1001001 0 1000110 1000101 111 101100111 1010010 111100

Color Harmonies of #ED4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4749

Black with #ED4749

Text Example


Text Example

White with #ED4749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4749; }

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

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

background-color css

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

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

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

border-color css

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

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

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