Html Css Color HEX #ED4044 Amaranth

📋 copy color: '#ED4044'

red 237 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #ED4044

Tints of Amaranth #ED4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

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

R = 64.23%
G = 17.34%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED4044 (or 0xED4044) is known color: Amaranth. HEX triplet: ED, 40 and 44. RGB value is (237,64,68). Sum of RGB (Red+Green+Blue) = 237+64+68=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4044 is #12BFBB. Grayscale: #747474. Windows color (decimal): -1228732 or 4473069. OLE color: 4473069.

HSL color Cylindrical-coordinate representation of color #ED4044: hue angle of 358.61º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED4044 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 68 -
CMYK 0 0.73 0.71 0.07
HSL 358.61º 0.83% 0.59% -
HSV(B) 358.61º 0.73% 0.93% -
XYZ 37.8 22.09 7.74 -
YUV 116.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 237 64 68 0 0.73 0.71 0.07 358.61 0.83 0.59
Hex ED 40 44 0 49 47 7 167 53 3B
Octal 355 100 104 0 111 107 7 547 123 73
Binary 11101101 1000000 1000100 0 1001001 1000111 111 101100111 1010011 111011

Color Harmonies of #ED4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4044

Black with #ED4044

Text Example


Text Example

White with #ED4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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