Html Css Color HEX #DD2C49 Amaranth

📋 copy color: '#DD2C49'

red 221 ◦ green 44 ◦ blue 73

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

Shades of Amaranth #DD2C49

Tints of Amaranth #DD2C49

RGB

 RED value IS 221 (86.72% from 255) = 65.38%

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

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

R = 65.38%
G = 13.02%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2C49 (or 0xDD2C49) is known color: Amaranth. HEX triplet: DD, 2C and 49. RGB value is (221,44,73). Sum of RGB (Red+Green+Blue) = 221+44+73=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C49 is #22D3B6. Grayscale: #646464. Windows color (decimal): -2282423 or 4795613. OLE color: 4795613.

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

Color convert

RGB 221 44 73 -
CMYK 0 0.80 0.67 0.13
HSL 350.17º 0.72% 0.52% -
HSV(B) 350.17º 0.8% 0.87% -
XYZ 31.92 17.65 8.03 -
YUV 100.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 221 44 73 0 0.80 0.67 0.13 350.17 0.72 0.52
Hex DD 2C 49 0 50 43 D 15E 48 34
Octal 335 54 111 0 120 103 15 536 110 64
Binary 11011101 101100 1001001 0 1010000 1000011 1101 101011110 1001000 110100

Color Harmonies of #DD2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C49

Black with #DD2C49

Text Example


Text Example

White with #DD2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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