Html Css Color HEX #DC364D Amaranth

📋 copy color: '#DC364D'

red 220 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #DC364D

Tints of Amaranth #DC364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 62.68%
G = 15.38%
B = 21.94%

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

#DC364D (or 0xDC364D) is known color: Amaranth. HEX triplet: DC, 36 and 4D. RGB value is (220,54,77). Sum of RGB (Red+Green+Blue) = 220+54+77=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC364D is #23C9B2. Grayscale: #6A6A6A. Windows color (decimal): -2345395 or 5060316. OLE color: 5060316.

HSL color Cylindrical-coordinate representation of color #DC364D: hue angle of 351.69º 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 #DC364D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 77 -
CMYK 0 0.75 0.65 0.14
HSL 351.69º 0.7% 0.54% -
HSV(B) 351.69º 0.75% 0.86% -
XYZ 32.17 18.39 8.88 -
YUV 106.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 220 54 77 0 0.75 0.65 0.14 351.69 0.7 0.54
Hex DC 36 4D 0 4B 41 E 160 46 36
Octal 334 66 115 0 113 101 16 540 106 66
Binary 11011100 110110 1001101 0 1001011 1000001 1110 101100000 1000110 110110

Color Harmonies of #DC364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC364D

Black with #DC364D

Text Example


Text Example

White with #DC364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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