Html Css Color HEX #ED3547 Amaranth

📋 copy color: '#ED3547'

red 237 ◦ green 53 ◦ blue 71

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

Shades of Amaranth #ED3547

Tints of Amaranth #ED3547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 65.65%
G = 14.68%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED3547 (or 0xED3547) is known color: Amaranth. HEX triplet: ED, 35 and 47. RGB value is (237,53,71). Sum of RGB (Red+Green+Blue) = 237+53+71=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3547 is #12CAB8. Grayscale: #6E6E6E. Windows color (decimal): -1231545 or 4666861. OLE color: 4666861.

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

Color convert

RGB 237 53 71 -
CMYK 0 0.78 0.70 0.07
HSL 354.13º 0.84% 0.57% -
HSV(B) 354.13º 0.78% 0.93% -
XYZ 37.34 21.01 8.05 -
YUV 110.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 237 53 71 0 0.78 0.70 0.07 354.13 0.84 0.57
Hex ED 35 47 0 4E 46 7 162 54 39
Octal 355 65 107 0 116 106 7 542 124 71
Binary 11101101 110101 1000111 0 1001110 1000110 111 101100010 1010100 111001

Color Harmonies of #ED3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3547

Black with #ED3547

Text Example


Text Example

White with #ED3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3547; }

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

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

background-color css

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

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

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

border-color css

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

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

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