Html Css Color HEX #ED3246 Amaranth

📋 copy color: '#ED3246'

red 237 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #ED3246

Tints of Amaranth #ED3246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 66.39%
G = 14.01%
B = 19.61%

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

#ED3246 (or 0xED3246) is known color: Amaranth. HEX triplet: ED, 32 and 46. RGB value is (237,50,70). Sum of RGB (Red+Green+Blue) = 237+50+70=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3246 is #12CDB9. Grayscale: #6C6C6C. Windows color (decimal): -1232314 or 4600557. OLE color: 4600557.

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

Color convert

RGB 237 50 70 -
CMYK 0 0.79 0.70 0.07
HSL 353.58º 0.84% 0.56% -
HSV(B) 353.58º 0.79% 0.93% -
XYZ 37.17 20.73 7.84 -
YUV 108.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 237 50 70 0 0.79 0.70 0.07 353.58 0.84 0.56
Hex ED 32 46 0 4F 46 7 162 54 38
Octal 355 62 106 0 117 106 7 542 124 70
Binary 11101101 110010 1000110 0 1001111 1000110 111 101100010 1010100 111000

Color Harmonies of #ED3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3246

Black with #ED3246

Text Example


Text Example

White with #ED3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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