Html Css Color HEX #DC2C49 Amaranth

📋 copy color: '#DC2C49'

red 220 ◦ green 44 ◦ blue 73

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

Shades of Amaranth #DC2C49

Tints of Amaranth #DC2C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

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

R = 65.28%
G = 13.06%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC2C49 (or 0xDC2C49) is known color: Amaranth. HEX triplet: DC, 2C and 49. RGB value is (220,44,73). Sum of RGB (Red+Green+Blue) = 220+44+73=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C49 is #23D3B6. Grayscale: #636363. Windows color (decimal): -2347959 or 4795612. OLE color: 4795612.

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

Color convert

RGB 220 44 73 -
CMYK 0 0.8 0.67 0.14
HSL 350.11º 0.72% 0.52% -
HSV(B) 350.11º 0.8% 0.86% -
XYZ 31.62 17.5 8.01 -
YUV 99.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 220 44 73 0 0.8 0.67 0.14 350.11 0.72 0.52
Hex DC 2C 49 0 50 43 E 15E 48 34
Octal 334 54 111 0 120 103 16 536 110 64
Binary 11011100 101100 1001001 0 1010000 1000011 1110 101011110 1001000 110100

Color Harmonies of #DC2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C49

Black with #DC2C49

Text Example


Text Example

White with #DC2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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