Html Css Color HEX #E03C4C Amaranth

📋 copy color: '#E03C4C'

red 224 ◦ green 60 ◦ blue 76

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

Shades of Amaranth #E03C4C

Tints of Amaranth #E03C4C

RGB

 RED value IS 224 (87.89% from 255) = 62.22%

 GREEN value IS 60 (23.83% from 255) = 16.67%

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 62.22%
G = 16.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E03C4C (or 0xE03C4C) is known color: Amaranth. HEX triplet: E0, 3C and 4C. RGB value is (224,60,76). Sum of RGB (Red+Green+Blue) = 224+60+76=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C4C is #1FC3B3. Grayscale: #6E6E6E. Windows color (decimal): -2081716 or 4996320. OLE color: 4996320.

HSL color Cylindrical-coordinate representation of color #E03C4C: hue angle of 354.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03C4C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 60 76 -
CMYK 0 0.73 0.66 0.12
HSL 354.15º 0.73% 0.56% -
HSV(B) 354.15º 0.73% 0.88% -
XYZ 33.66 19.6 8.85 -
YUV 110.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 224 60 76 0 0.73 0.66 0.12 354.15 0.73 0.56
Hex E0 3C 4C 0 49 42 C 162 49 38
Octal 340 74 114 0 111 102 14 542 111 70
Binary 11100000 111100 1001100 0 1001001 1000010 1100 101100010 1001001 111000

Color Harmonies of #E03C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03C4C

Black with #E03C4C

Text Example


Text Example

White with #E03C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03C4C; }

 p { color: rgb(224,60,76); }

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

background-color css

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

 a { background-color: rgb(224,60,76); }

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

border-color css

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

 span { border-color: rgb(224,60,76); }

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