Html Css Color HEX #DC3546 Amaranth

📋 copy color: '#DC3546'

red 220 ◦ green 53 ◦ blue 70

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

Shades of Amaranth #DC3546

Tints of Amaranth #DC3546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 64.14%
G = 15.45%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3546 (or 0xDC3546) is known color: Amaranth. HEX triplet: DC, 35 and 46. RGB value is (220,53,70). Sum of RGB (Red+Green+Blue) = 220+53+70=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3546 is #23CAB9. Grayscale: #686868. Windows color (decimal): -2345658 or 4601308. OLE color: 4601308.

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

Color convert

RGB 220 53 70 -
CMYK 0 0.76 0.68 0.14
HSL 353.89º 0.7% 0.54% -
HSV(B) 353.89º 0.76% 0.86% -
XYZ 31.89 18.2 7.63 -
YUV 104.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 220 53 70 0 0.76 0.68 0.14 353.89 0.7 0.54
Hex DC 35 46 0 4C 44 E 162 46 36
Octal 334 65 106 0 114 104 16 542 106 66
Binary 11011100 110101 1000110 0 1001100 1000100 1110 101100010 1000110 110110

Color Harmonies of #DC3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3546

Black with #DC3546

Text Example


Text Example

White with #DC3546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3546; }

 p { color: rgb(220,53,70); }

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

background-color css

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

 a { background-color: rgb(220,53,70); }

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

border-color css

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

 span { border-color: rgb(220,53,70); }

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