Html Css Color HEX #ED3744 Amaranth

📋 copy color: '#ED3744'

red 237 ◦ green 55 ◦ blue 68

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

Shades of Amaranth #ED3744

Tints of Amaranth #ED3744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 65.83%
G = 15.28%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED3744 (or 0xED3744) is known color: Amaranth. HEX triplet: ED, 37 and 44. RGB value is (237,55,68). Sum of RGB (Red+Green+Blue) = 237+55+68=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3744 is #12C8BB. Grayscale: #6F6F6F. Windows color (decimal): -1231036 or 4470765. OLE color: 4470765.

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

Color convert

RGB 237 55 68 -
CMYK 0 0.77 0.71 0.07
HSL 355.71º 0.83% 0.57% -
HSV(B) 355.71º 0.77% 0.93% -
XYZ 37.33 21.15 7.58 -
YUV 110.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 237 55 68 0 0.77 0.71 0.07 355.71 0.83 0.57
Hex ED 37 44 0 4D 47 7 164 53 39
Octal 355 67 104 0 115 107 7 544 123 71
Binary 11101101 110111 1000100 0 1001101 1000111 111 101100100 1010011 111001

Color Harmonies of #ED3744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3744

Black with #ED3744

Text Example


Text Example

White with #ED3744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3744; }

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

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

background-color css

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

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

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

border-color css

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

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

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