Html Css Color HEX #ED3247 Amaranth

📋 copy color: '#ED3247'

red 237 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #ED3247

Tints of Amaranth #ED3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

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

R = 66.2%
G = 13.97%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED3247 (or 0xED3247) is known color: Amaranth. HEX triplet: ED, 32 and 47. RGB value is (237,50,71). Sum of RGB (Red+Green+Blue) = 237+50+71=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3247 is #12CDB8. Grayscale: #6C6C6C. Windows color (decimal): -1232313 or 4666093. OLE color: 4666093.

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

Color convert

RGB 237 50 71 -
CMYK 0 0.79 0.70 0.07
HSL 353.26º 0.84% 0.56% -
HSV(B) 353.26º 0.79% 0.93% -
XYZ 37.2 20.74 8 -
YUV 108.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 237 50 71 0 0.79 0.70 0.07 353.26 0.84 0.56
Hex ED 32 47 0 4F 46 7 161 54 38
Octal 355 62 107 0 117 106 7 541 124 70
Binary 11101101 110010 1000111 0 1001111 1000110 111 101100001 1010100 111000

Color Harmonies of #ED3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3247

Black with #ED3247

Text Example


Text Example

White with #ED3247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3247; }

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

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

background-color css

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

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

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

border-color css

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

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

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