Html Css Color HEX #ED374A Amaranth

📋 copy color: '#ED374A'

red 237 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #ED374A

Tints of Amaranth #ED374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 64.75%
G = 15.03%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED374A (or 0xED374A) is known color: Amaranth. HEX triplet: ED, 37 and 4A. RGB value is (237,55,74). Sum of RGB (Red+Green+Blue) = 237+55+74=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED374A is #12C8B5. Grayscale: #6F6F6F. Windows color (decimal): -1231030 or 4863981. OLE color: 4863981.

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

Color convert

RGB 237 55 74 -
CMYK 0 0.77 0.69 0.07
HSL 353.74º 0.83% 0.57% -
HSV(B) 353.74º 0.77% 0.93% -
XYZ 37.53 21.23 8.6 -
YUV 111.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 237 55 74 0 0.77 0.69 0.07 353.74 0.83 0.57
Hex ED 37 4A 0 4D 45 7 162 53 39
Octal 355 67 112 0 115 105 7 542 123 71
Binary 11101101 110111 1001010 0 1001101 1000101 111 101100010 1010011 111001

Color Harmonies of #ED374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED374A

Black with #ED374A

Text Example


Text Example

White with #ED374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED374A; }

 p { color: rgb(237,55,74); }

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

background-color css

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

 a { background-color: rgb(237,55,74); }

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

border-color css

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

 span { border-color: rgb(237,55,74); }

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