Html Css Color HEX #ED374F Amaranth

📋 copy color: '#ED374F'

red 237 ◦ green 55 ◦ blue 79

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

Shades of Amaranth #ED374F

Tints of Amaranth #ED374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 63.88%
G = 14.82%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED374F (or 0xED374F) is known color: Amaranth. HEX triplet: ED, 37 and 4F. RGB value is (237,55,79). Sum of RGB (Red+Green+Blue) = 237+55+79=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED374F is #12C8B0. Grayscale: #707070. Windows color (decimal): -1231025 or 5191661. OLE color: 5191661.

HSL color Cylindrical-coordinate representation of color #ED374F: hue angle of 352.09º 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 #ED374F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 79 -
CMYK 0 0.77 0.67 0.07
HSL 352.09º 0.83% 0.57% -
HSV(B) 352.09º 0.77% 0.93% -
XYZ 37.7 21.3 9.52 -
YUV 112.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 237 55 79 0 0.77 0.67 0.07 352.09 0.83 0.57
Hex ED 37 4F 0 4D 43 7 160 53 39
Octal 355 67 117 0 115 103 7 540 123 71
Binary 11101101 110111 1001111 0 1001101 1000011 111 101100000 1010011 111001

Color Harmonies of #ED374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED374F

Black with #ED374F

Text Example


Text Example

White with #ED374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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