Html Css Color HEX #ED2848 Amaranth

📋 copy color: '#ED2848'

red 237 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #ED2848

Tints of Amaranth #ED2848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 67.91%
G = 11.46%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED2848 (or 0xED2848) is known color: Amaranth. HEX triplet: ED, 28 and 48. RGB value is (237,40,72). Sum of RGB (Red+Green+Blue) = 237+40+72=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2848 is #12D7B7. Grayscale: #666666. Windows color (decimal): -1234872 or 4729069. OLE color: 4729069.

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

Color convert

RGB 237 40 72 -
CMYK 0 0.83 0.70 0.07
HSL 350.25º 0.85% 0.54% -
HSV(B) 350.25º 0.83% 0.93% -
XYZ 36.85 19.99 8.05 -
YUV 102.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 237 40 72 0 0.83 0.70 0.07 350.25 0.85 0.54
Hex ED 28 48 0 53 46 7 15E 55 36
Octal 355 50 110 0 123 106 7 536 125 66
Binary 11101101 101000 1001000 0 1010011 1000110 111 101011110 1010101 110110

Color Harmonies of #ED2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2848

Black with #ED2848

Text Example


Text Example

White with #ED2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2848; }

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

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

background-color css

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

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

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

border-color css

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

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

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