Html Css Color HEX #ED2449 Amaranth

📋 copy color: '#ED2449'

red 237 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #ED2449

Tints of Amaranth #ED2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 68.5%
G = 10.4%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED2449 (or 0xED2449) is known color: Amaranth. HEX triplet: ED, 24 and 49. RGB value is (237,36,73). Sum of RGB (Red+Green+Blue) = 237+36+73=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2449 is #12DBB6. Grayscale: #646464. Windows color (decimal): -1235895 or 4793581. OLE color: 4793581.

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

Color convert

RGB 237 36 73 -
CMYK 0 0.85 0.69 0.07
HSL 348.96º 0.85% 0.54% -
HSV(B) 348.96º 0.85% 0.93% -
XYZ 36.76 19.75 8.18 -
YUV 100.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 237 36 73 0 0.85 0.69 0.07 348.96 0.85 0.54
Hex ED 24 49 0 55 45 7 15D 55 36
Octal 355 44 111 0 125 105 7 535 125 66
Binary 11101101 100100 1001001 0 1010101 1000101 111 101011101 1010101 110110

Color Harmonies of #ED2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2449

Black with #ED2449

Text Example


Text Example

White with #ED2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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