Html Css Color HEX #DC3C4E Amaranth

📋 copy color: '#DC3C4E'

red 220 ◦ green 60 ◦ blue 78

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

Shades of Amaranth #DC3C4E

Tints of Amaranth #DC3C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 61.45%
G = 16.76%
B = 21.79%

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

#DC3C4E (or 0xDC3C4E) is known color: Amaranth. HEX triplet: DC, 3C and 4E. RGB value is (220,60,78). Sum of RGB (Red+Green+Blue) = 220+60+78=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C4E is #23C3B1. Grayscale: #6D6D6D. Windows color (decimal): -2343858 or 5127388. OLE color: 5127388.

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

Color convert

RGB 220 60 78 -
CMYK 0 0.73 0.65 0.14
HSL 353.25º 0.7% 0.55% -
HSV(B) 353.25º 0.73% 0.86% -
XYZ 32.51 19 9.16 -
YUV 109.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 220 60 78 0 0.73 0.65 0.14 353.25 0.7 0.55
Hex DC 3C 4E 0 49 41 E 161 46 37
Octal 334 74 116 0 111 101 16 541 106 67
Binary 11011100 111100 1001110 0 1001001 1000001 1110 101100001 1000110 110111

Color Harmonies of #DC3C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C4E

Black with #DC3C4E

Text Example


Text Example

White with #DC3C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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