Html Css Color HEX #EC3245 Amaranth

📋 copy color: '#EC3245'

red 236 ◦ green 50 ◦ blue 69

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

Shades of Amaranth #EC3245

Tints of Amaranth #EC3245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 66.48%
G = 14.08%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC3245 (or 0xEC3245) is known color: Amaranth. HEX triplet: EC, 32 and 45. RGB value is (236,50,69). Sum of RGB (Red+Green+Blue) = 236+50+69=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3245 is #13CDBA. Grayscale: #6B6B6B. Windows color (decimal): -1297851 or 4535020. OLE color: 4535020.

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

Color convert

RGB 236 50 69 -
CMYK 0 0.79 0.71 0.07
HSL 353.87º 0.83% 0.56% -
HSV(B) 353.87º 0.79% 0.93% -
XYZ 36.81 20.54 7.66 -
YUV 107.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 236 50 69 0 0.79 0.71 0.07 353.87 0.83 0.56
Hex EC 32 45 0 4F 47 7 162 53 38
Octal 354 62 105 0 117 107 7 542 123 70
Binary 11101100 110010 1000101 0 1001111 1000111 111 101100010 1010011 111000

Color Harmonies of #EC3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3245

Black with #EC3245

Text Example


Text Example

White with #EC3245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3245; }

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

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

background-color css

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

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

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

border-color css

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

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

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