Html Css Color HEX #ED4647 Amaranth

📋 copy color: '#ED4647'

red 237 ◦ green 70 ◦ blue 71

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

Shades of Amaranth #ED4647

Tints of Amaranth #ED4647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 62.7%
G = 18.52%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED4647 (or 0xED4647) is known color: Amaranth. HEX triplet: ED, 46 and 47. RGB value is (237,70,71). Sum of RGB (Red+Green+Blue) = 237+70+71=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4647 is #12B9B8. Grayscale: #787878. Windows color (decimal): -1227193 or 4671213. OLE color: 4671213.

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

Color convert

RGB 237 70 71 -
CMYK 0 0.70 0.70 0.07
HSL 359.64º 0.82% 0.6% -
HSV(B) 359.64º 0.7% 0.93% -
XYZ 38.25 22.84 8.35 -
YUV 120.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 237 70 71 0 0.70 0.70 0.07 359.64 0.82 0.6
Hex ED 46 47 0 46 46 7 168 52 3C
Octal 355 106 107 0 106 106 7 550 122 74
Binary 11101101 1000110 1000111 0 1000110 1000110 111 101101000 1010010 111100

Color Harmonies of #ED4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4647

Black with #ED4647

Text Example


Text Example

White with #ED4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4647; }

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

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

background-color css

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

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

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

border-color css

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

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

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