Html Css Color HEX #DC3456 Amaranth

📋 copy color: '#DC3456'

red 220 ◦ green 52 ◦ blue 86

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

Shades of Amaranth #DC3456

Tints of Amaranth #DC3456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 61.45%
G = 14.53%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC3456 (or 0xDC3456) is known color: Amaranth. HEX triplet: DC, 34 and 56. RGB value is (220,52,86). Sum of RGB (Red+Green+Blue) = 220+52+86=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3456 is #23CBA9. Grayscale: #6A6A6A. Windows color (decimal): -2345898 or 5649628. OLE color: 5649628.

HSL color Cylindrical-coordinate representation of color #DC3456: hue angle of 347.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3456 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 86 -
CMYK 0 0.76 0.61 0.14
HSL 347.86º 0.71% 0.53% -
HSV(B) 347.86º 0.76% 0.86% -
XYZ 32.42 18.34 10.64 -
YUV 106.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 220 52 86 0 0.76 0.61 0.14 347.86 0.71 0.53
Hex DC 34 56 0 4C 3D E 15C 47 35
Octal 334 64 126 0 114 75 16 534 107 65
Binary 11011100 110100 1010110 0 1001100 111101 1110 101011100 1000111 110101

Color Harmonies of #DC3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3456

Black with #DC3456

Text Example


Text Example

White with #DC3456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3456; }

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

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

background-color css

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

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

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

border-color css

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

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

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