Html Css Color HEX #DC2549 Amaranth

📋 copy color: '#DC2549'

red 220 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #DC2549

Tints of Amaranth #DC2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 66.67%
G = 11.21%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC2549 (or 0xDC2549) is known color: Amaranth. HEX triplet: DC, 25 and 49. RGB value is (220,37,73). Sum of RGB (Red+Green+Blue) = 220+37+73=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2549 is #23DAB6. Grayscale: #5F5F5F. Windows color (decimal): -2349751 or 4793820. OLE color: 4793820.

HSL color Cylindrical-coordinate representation of color #DC2549: hue angle of 348.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2549 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 37 73 -
CMYK 0 0.83 0.67 0.14
HSL 348.2º 0.72% 0.5% -
HSV(B) 348.2º 0.83% 0.86% -
XYZ 31.38 17.02 7.93 -
YUV 95.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 220 37 73 0 0.83 0.67 0.14 348.2 0.72 0.5
Hex DC 25 49 0 53 43 E 15C 48 32
Octal 334 45 111 0 123 103 16 534 110 62
Binary 11011100 100101 1001001 0 1010011 1000011 1110 101011100 1001000 110010

Color Harmonies of #DC2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2549

Black with #DC2549

Text Example


Text Example

White with #DC2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2549; }

 p { color: rgb(220,37,73); }

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

background-color css

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

 a { background-color: rgb(220,37,73); }

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

border-color css

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

 span { border-color: rgb(220,37,73); }

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