Html Css Color HEX #DC3C4D Amaranth

📋 copy color: '#DC3C4D'

red 220 ◦ green 60 ◦ blue 77

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

Shades of Amaranth #DC3C4D

Tints of Amaranth #DC3C4D

RGB

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

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

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

R = 61.62%
G = 16.81%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC3C4D (or 0xDC3C4D) is known color: Amaranth. HEX triplet: DC, 3C and 4D. RGB value is (220,60,77). Sum of RGB (Red+Green+Blue) = 220+60+77=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C4D is #23C3B2. Grayscale: #6D6D6D. Windows color (decimal): -2343859 or 5061852. OLE color: 5061852.

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

Color convert

RGB 220 60 77 -
CMYK 0 0.73 0.65 0.14
HSL 353.63º 0.7% 0.55% -
HSV(B) 353.63º 0.73% 0.86% -
XYZ 32.47 18.98 8.97 -
YUV 109.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 220 60 77 0 0.73 0.65 0.14 353.63 0.7 0.55
Hex DC 3C 4D 0 49 41 E 162 46 37
Octal 334 74 115 0 111 101 16 542 106 67
Binary 11011100 111100 1001101 0 1001001 1000001 1110 101100010 1000110 110111

Color Harmonies of #DC3C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C4D

Black with #DC3C4D

Text Example


Text Example

White with #DC3C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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