Html Css Color HEX #ED3044 Amaranth

📋 copy color: '#ED3044'

red 237 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #ED3044

Tints of Amaranth #ED3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

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

R = 67.14%
G = 13.6%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED3044 (or 0xED3044) is known color: Amaranth. HEX triplet: ED, 30 and 44. RGB value is (237,48,68). Sum of RGB (Red+Green+Blue) = 237+48+68=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3044 is #12CFBB. Grayscale: #6A6A6A. Windows color (decimal): -1232828 or 4468973. OLE color: 4468973.

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

Color convert

RGB 237 48 68 -
CMYK 0 0.80 0.71 0.07
HSL 353.65º 0.84% 0.56% -
HSV(B) 353.65º 0.8% 0.93% -
XYZ 37.03 20.54 7.48 -
YUV 106.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 237 48 68 0 0.80 0.71 0.07 353.65 0.84 0.56
Hex ED 30 44 0 50 47 7 162 54 38
Octal 355 60 104 0 120 107 7 542 124 70
Binary 11101101 110000 1000100 0 1010000 1000111 111 101100010 1010100 111000

Color Harmonies of #ED3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3044

Black with #ED3044

Text Example


Text Example

White with #ED3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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