#ED4344

Color #ED4344 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #ED4344

Tints of Amaranth #ED4344

Color information

#ED4344 (or 0xED4344) is unknown color: approx Amaranth. HEX triplet: ED, 43 and 44. RGB value is (237,67,68). Sum of RGB (Red+Green+Blue) = 237+67+68=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4344 is #12BCBB. Grayscale: #767676. Windows color (decimal): -1227964 or 4473837. OLE color: 4473837.

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

Color convert

RGB2376768-
CMYK00.720.710.07
HSL359.65º82.52%59.61%-
HSV(B)359.65º71.73%92.94%-
XYZ37.9822.447.8-
YUV117.9499.82212.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.71%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=63.71%
G=18.01%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237676800.720.710.07359.6582.5259.61
HexED4344048477168533c
Octal3551031040110107755012374
Binary11101101100001110001000100100010001111111011010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4344; }

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

 H1.HeaderClassName
 {
   color: #ED4344;
 }
 .AnyTagClassName
 {
   color: #ED4344;
 }
</style>
background-color css

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

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

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

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

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

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