Html Css Color HEX #EC3749 Amaranth

📋 copy color: '#EC3749'

red 236 ◦ green 55 ◦ blue 73

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

Shades of Amaranth #EC3749

Tints of Amaranth #EC3749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 64.84%
G = 15.11%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3749 (or 0xEC3749) is known color: Amaranth. HEX triplet: EC, 37 and 49. RGB value is (236,55,73). Sum of RGB (Red+Green+Blue) = 236+55+73=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3749 is #13C8B6. Grayscale: #6F6F6F. Windows color (decimal): -1296567 or 4798444. OLE color: 4798444.

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

Color convert

RGB 236 55 73 -
CMYK 0 0.77 0.69 0.07
HSL 354.03º 0.83% 0.57% -
HSV(B) 354.03º 0.77% 0.93% -
XYZ 37.16 21.05 8.41 -
YUV 111.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 236 55 73 0 0.77 0.69 0.07 354.03 0.83 0.57
Hex EC 37 49 0 4D 45 7 162 53 39
Octal 354 67 111 0 115 105 7 542 123 71
Binary 11101100 110111 1001001 0 1001101 1000101 111 101100010 1010011 111001

Color Harmonies of #EC3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3749

Black with #EC3749

Text Example


Text Example

White with #EC3749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3749; }

 p { color: rgb(236,55,73); }

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

background-color css

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

 a { background-color: rgb(236,55,73); }

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

border-color css

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

 span { border-color: rgb(236,55,73); }

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