Html Css Color HEX #DC3548 Amaranth

📋 copy color: '#DC3548'

red 220 ◦ green 53 ◦ blue 72

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

Shades of Amaranth #DC3548

Tints of Amaranth #DC3548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 63.77%
G = 15.36%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3548 (or 0xDC3548) is known color: Amaranth. HEX triplet: DC, 35 and 48. RGB value is (220,53,72). Sum of RGB (Red+Green+Blue) = 220+53+72=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3548 is #23CAB7. Grayscale: #696969. Windows color (decimal): -2345656 or 4732380. OLE color: 4732380.

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

Color convert

RGB 220 53 72 -
CMYK 0 0.76 0.67 0.14
HSL 353.17º 0.7% 0.54% -
HSV(B) 353.17º 0.76% 0.86% -
XYZ 31.96 18.23 7.97 -
YUV 105.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 220 53 72 0 0.76 0.67 0.14 353.17 0.7 0.54
Hex DC 35 48 0 4C 43 E 161 46 36
Octal 334 65 110 0 114 103 16 541 106 66
Binary 11011100 110101 1001000 0 1001100 1000011 1110 101100001 1000110 110110

Color Harmonies of #DC3548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3548

Black with #DC3548

Text Example


Text Example

White with #DC3548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3548; }

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

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

background-color css

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

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

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

border-color css

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

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

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