Html Css Color HEX #ED2744 Amaranth

📋 copy color: '#ED2744'

red 237 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #ED2744

Tints of Amaranth #ED2744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.34%

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

R = 68.9%
G = 11.34%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED2744 (or 0xED2744) is known color: Amaranth. HEX triplet: ED, 27 and 44. RGB value is (237,39,68). Sum of RGB (Red+Green+Blue) = 237+39+68=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2744 is #12D8BB. Grayscale: #656565. Windows color (decimal): -1235132 or 4466669. OLE color: 4466669.

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

Color convert

RGB 237 39 68 -
CMYK 0 0.84 0.71 0.07
HSL 351.21º 0.85% 0.54% -
HSV(B) 351.21º 0.84% 0.93% -
XYZ 36.69 19.87 7.37 -
YUV 101.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 237 39 68 0 0.84 0.71 0.07 351.21 0.85 0.54
Hex ED 27 44 0 54 47 7 15F 55 36
Octal 355 47 104 0 124 107 7 537 125 66
Binary 11101101 100111 1000100 0 1010100 1000111 111 101011111 1010101 110110

Color Harmonies of #ED2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2744

Black with #ED2744

Text Example


Text Example

White with #ED2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2744; }

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

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

background-color css

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

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

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

border-color css

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

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

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