Html Css Color HEX #ED2844 Amaranth

📋 copy color: '#ED2844'

red 237 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #ED2844

Tints of Amaranth #ED2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 68.7%
G = 11.59%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED2844 (or 0xED2844) is known color: Amaranth. HEX triplet: ED, 28 and 44. RGB value is (237,40,68). Sum of RGB (Red+Green+Blue) = 237+40+68=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2844 is #12D7BB. Grayscale: #666666. Windows color (decimal): -1234876 or 4466925. OLE color: 4466925.

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

Color convert

RGB 237 40 68 -
CMYK 0 0.83 0.71 0.07
HSL 351.47º 0.85% 0.54% -
HSV(B) 351.47º 0.83% 0.93% -
XYZ 36.73 19.94 7.38 -
YUV 102.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 237 40 68 0 0.83 0.71 0.07 351.47 0.85 0.54
Hex ED 28 44 0 53 47 7 15F 55 36
Octal 355 50 104 0 123 107 7 537 125 66
Binary 11101101 101000 1000100 0 1010011 1000111 111 101011111 1010101 110110

Color Harmonies of #ED2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2844

Black with #ED2844

Text Example


Text Example

White with #ED2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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