Html Css Color HEX #DC394D Amaranth

📋 copy color: '#DC394D'

red 220 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #DC394D

Tints of Amaranth #DC394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 62.15%
G = 16.1%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC394D (or 0xDC394D) is known color: Amaranth. HEX triplet: DC, 39 and 4D. RGB value is (220,57,77). Sum of RGB (Red+Green+Blue) = 220+57+77=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC394D is #23C6B2. Grayscale: #6C6C6C. Windows color (decimal): -2344627 or 5061084. OLE color: 5061084.

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

Color convert

RGB 220 57 77 -
CMYK 0 0.74 0.65 0.14
HSL 352.64º 0.7% 0.54% -
HSV(B) 352.64º 0.74% 0.86% -
XYZ 32.32 18.68 8.92 -
YUV 108.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 220 57 77 0 0.74 0.65 0.14 352.64 0.7 0.54
Hex DC 39 4D 0 4A 41 E 161 46 36
Octal 334 71 115 0 112 101 16 541 106 66
Binary 11011100 111001 1001101 0 1001010 1000001 1110 101100001 1000110 110110

Color Harmonies of #DC394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC394D

Black with #DC394D

Text Example


Text Example

White with #DC394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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