Html Css Color HEX #DC3956 Amaranth

📋 copy color: '#DC3956'

red 220 ◦ green 57 ◦ blue 86

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

Shades of Amaranth #DC3956

Tints of Amaranth #DC3956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 60.61%
G = 15.7%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC3956 (or 0xDC3956) is known color: Amaranth. HEX triplet: DC, 39 and 56. RGB value is (220,57,86). Sum of RGB (Red+Green+Blue) = 220+57+86=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3956 is #23C6A9. Grayscale: #6D6D6D. Windows color (decimal): -2344618 or 5650908. OLE color: 5650908.

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

Color convert

RGB 220 57 86 -
CMYK 0 0.74 0.61 0.14
HSL 349.33º 0.7% 0.54% -
HSV(B) 349.33º 0.74% 0.86% -
XYZ 32.66 18.81 10.71 -
YUV 109.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 220 57 86 0 0.74 0.61 0.14 349.33 0.7 0.54
Hex DC 39 56 0 4A 3D E 15D 46 36
Octal 334 71 126 0 112 75 16 535 106 66
Binary 11011100 111001 1010110 0 1001010 111101 1110 101011101 1000110 110110

Color Harmonies of #DC3956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3956

Black with #DC3956

Text Example


Text Example

White with #DC3956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3956; }

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

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

background-color css

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

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

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

border-color css

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

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

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