Html Css Color HEX #EC1D47 Amaranth

📋 copy color: '#EC1D47'

red 236 ◦ green 29 ◦ blue 71

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

Shades of Amaranth #EC1D47

Tints of Amaranth #EC1D47

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 70.24%
G = 8.63%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1D47 (or 0xEC1D47) is known color: Amaranth. HEX triplet: EC, 1D and 47. RGB value is (236,29,71). Sum of RGB (Red+Green+Blue) = 236+29+71=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D47 is #13E2B8. Grayscale: #5F5F5F. Windows color (decimal): -1303225 or 4660716. OLE color: 4660716.

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

Color convert

RGB 236 29 71 -
CMYK 0 0.88 0.70 0.07
HSL 347.83º 0.84% 0.52% -
HSV(B) 347.83º 0.88% 0.93% -
XYZ 36.17 19.17 7.75 -
YUV 95.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 236 29 71 0 0.88 0.70 0.07 347.83 0.84 0.52
Hex EC 1D 47 0 58 46 7 15C 54 34
Octal 354 35 107 0 130 106 7 534 124 64
Binary 11101100 11101 1000111 0 1011000 1000110 111 101011100 1010100 110100

Color Harmonies of #EC1D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D47

Black with #EC1D47

Text Example


Text Example

White with #EC1D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D47; }

 p { color: rgb(236,29,71); }

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

background-color css

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

 a { background-color: rgb(236,29,71); }

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

border-color css

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

 span { border-color: rgb(236,29,71); }

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