Html Css Color HEX #E13C4C Amaranth

📋 copy color: '#E13C4C'

red 225 ◦ green 60 ◦ blue 76

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

Shades of Amaranth #E13C4C

Tints of Amaranth #E13C4C

RGB

 RED value IS 225 (88.28% from 255) = 62.33%

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

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

R = 62.33%
G = 16.62%
B = 21.05%

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

#E13C4C (or 0xE13C4C) is known color: Amaranth. HEX triplet: E1, 3C and 4C. RGB value is (225,60,76). Sum of RGB (Red+Green+Blue) = 225+60+76=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C4C is #1EC3B3. Grayscale: #6F6F6F. Windows color (decimal): -2016180 or 4996321. OLE color: 4996321.

HSL color Cylindrical-coordinate representation of color #E13C4C: hue angle of 354.18º 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 #E13C4C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 76 -
CMYK 0 0.73 0.66 0.12
HSL 354.18º 0.73% 0.56% -
HSV(B) 354.18º 0.73% 0.88% -
XYZ 33.97 19.76 8.86 -
YUV 111.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 225 60 76 0 0.73 0.66 0.12 354.18 0.73 0.56
Hex E1 3C 4C 0 49 42 C 162 49 38
Octal 341 74 114 0 111 102 14 542 111 70
Binary 11100001 111100 1001100 0 1001001 1000010 1100 101100010 1001001 111000

Color Harmonies of #E13C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C4C

Black with #E13C4C

Text Example


Text Example

White with #E13C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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