Html Css Color HEX #DC3C50 Amaranth

📋 copy color: '#DC3C50'

red 220 ◦ green 60 ◦ blue 80

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

Shades of Amaranth #DC3C50

Tints of Amaranth #DC3C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 61.11%
G = 16.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC3C50 (or 0xDC3C50) is known color: Amaranth. HEX triplet: DC, 3C and 50. RGB value is (220,60,80). Sum of RGB (Red+Green+Blue) = 220+60+80=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C50 is #23C3AF. Grayscale: #6E6E6E. Windows color (decimal): -2343856 or 5258460. OLE color: 5258460.

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

Color convert

RGB 220 60 80 -
CMYK 0 0.73 0.64 0.14
HSL 352.5º 0.7% 0.55% -
HSV(B) 352.5º 0.73% 0.86% -
XYZ 32.58 19.03 9.54 -
YUV 110.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 220 60 80 0 0.73 0.64 0.14 352.5 0.7 0.55
Hex DC 3C 50 0 49 40 E 160 46 37
Octal 334 74 120 0 111 100 16 540 106 67
Binary 11011100 111100 1010000 0 1001001 1000000 1110 101100000 1000110 110111

Color Harmonies of #DC3C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C50

Black with #DC3C50

Text Example


Text Example

White with #DC3C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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