Html Css Color HEX #ED2849 Amaranth

📋 copy color: '#ED2849'

red 237 ◦ green 40 ◦ blue 73

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

Shades of Amaranth #ED2849

Tints of Amaranth #ED2849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 67.71%
G = 11.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED2849 (or 0xED2849) is known color: Amaranth. HEX triplet: ED, 28 and 49. RGB value is (237,40,73). Sum of RGB (Red+Green+Blue) = 237+40+73=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2849 is #12D7B6. Grayscale: #666666. Windows color (decimal): -1234871 or 4794605. OLE color: 4794605.

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

Color convert

RGB 237 40 73 -
CMYK 0 0.83 0.69 0.07
HSL 349.95º 0.85% 0.54% -
HSV(B) 349.95º 0.83% 0.93% -
XYZ 36.89 20 8.22 -
YUV 102.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 237 40 73 0 0.83 0.69 0.07 349.95 0.85 0.54
Hex ED 28 49 0 53 45 7 15E 55 36
Octal 355 50 111 0 123 105 7 536 125 66
Binary 11101101 101000 1001001 0 1010011 1000101 111 101011110 1010101 110110

Color Harmonies of #ED2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2849

Black with #ED2849

Text Example


Text Example

White with #ED2849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2849; }

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

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

background-color css

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

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

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

border-color css

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

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

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