Html Css Color HEX #DC364C Amaranth

📋 copy color: '#DC364C'

red 220 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #DC364C

Tints of Amaranth #DC364C

RGB

 RED value IS 220 (86.33% from 255) = 62.86%

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 62.86%
G = 15.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC364C (or 0xDC364C) is known color: Amaranth. HEX triplet: DC, 36 and 4C. RGB value is (220,54,76). Sum of RGB (Red+Green+Blue) = 220+54+76=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC364C is #23C9B3. Grayscale: #6A6A6A. Windows color (decimal): -2345396 or 4994780. OLE color: 4994780.

HSL color Cylindrical-coordinate representation of color #DC364C: hue angle of 352.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC364C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 76 -
CMYK 0 0.75 0.65 0.14
HSL 352.05º 0.7% 0.54% -
HSV(B) 352.05º 0.75% 0.86% -
XYZ 32.14 18.38 8.69 -
YUV 106.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 220 54 76 0 0.75 0.65 0.14 352.05 0.7 0.54
Hex DC 36 4C 0 4B 41 E 160 46 36
Octal 334 66 114 0 113 101 16 540 106 66
Binary 11011100 110110 1001100 0 1001011 1000001 1110 101100000 1000110 110110

Color Harmonies of #DC364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC364C

Black with #DC364C

Text Example


Text Example

White with #DC364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC364C; }

 p { color: rgb(220,54,76); }

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

background-color css

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

 a { background-color: rgb(220,54,76); }

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

border-color css

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

 span { border-color: rgb(220,54,76); }

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