Html Css Color HEX #EC4548 Amaranth

📋 copy color: '#EC4548'

red 236 ◦ green 69 ◦ blue 72

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

Shades of Amaranth #EC4548

Tints of Amaranth #EC4548

RGB

 RED value IS 236 (92.58% from 255) = 62.6%

 GREEN value IS 69 (27.34% from 255) = 18.3%

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

R = 62.6%
G = 18.3%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC4548 (or 0xEC4548) is known color: Amaranth. HEX triplet: EC, 45 and 48. RGB value is (236,69,72). Sum of RGB (Red+Green+Blue) = 236+69+72=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4548 is #13BAB7. Grayscale: #777777. Windows color (decimal): -1292984 or 4736492. OLE color: 4736492.

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

Color convert

RGB 236 69 72 -
CMYK 0 0.71 0.69 0.07
HSL 358.92º 0.81% 0.6% -
HSV(B) 358.92º 0.71% 0.93% -
XYZ 37.89 22.56 8.49 -
YUV 119.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 236 69 72 0 0.71 0.69 0.07 358.92 0.81 0.6
Hex EC 45 48 0 47 45 7 167 51 3C
Octal 354 105 110 0 107 105 7 547 121 74
Binary 11101100 1000101 1001000 0 1000111 1000101 111 101100111 1010001 111100

Color Harmonies of #EC4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4548

Black with #EC4548

Text Example


Text Example

White with #EC4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4548; }

 p { color: rgb(236,69,72); }

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

background-color css

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

 a { background-color: rgb(236,69,72); }

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

border-color css

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

 span { border-color: rgb(236,69,72); }

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