Html Css Color HEX #DC2949 Amaranth

📋 copy color: '#DC2949'

red 220 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #DC2949

Tints of Amaranth #DC2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 65.87%
G = 12.28%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC2949 (or 0xDC2949) is known color: Amaranth. HEX triplet: DC, 29 and 49. RGB value is (220,41,73). Sum of RGB (Red+Green+Blue) = 220+41+73=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2949 is #23D6B6. Grayscale: #626262. Windows color (decimal): -2348727 or 4794844. OLE color: 4794844.

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

Color convert

RGB 220 41 73 -
CMYK 0 0.81 0.67 0.14
HSL 349.27º 0.72% 0.51% -
HSV(B) 349.27º 0.81% 0.86% -
XYZ 31.51 17.28 7.98 -
YUV 98.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 220 41 73 0 0.81 0.67 0.14 349.27 0.72 0.51
Hex DC 29 49 0 51 43 E 15D 48 33
Octal 334 51 111 0 121 103 16 535 110 63
Binary 11011100 101001 1001001 0 1010001 1000011 1110 101011101 1001000 110011

Color Harmonies of #DC2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2949

Black with #DC2949

Text Example


Text Example

White with #DC2949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2949; }

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

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

background-color css

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

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

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

border-color css

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

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

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