Html Css Color HEX #DD4049 Amaranth

📋 copy color: '#DD4049'

red 221 ◦ green 64 ◦ blue 73

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

Shades of Amaranth #DD4049

Tints of Amaranth #DD4049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 61.73%
G = 17.88%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4049 (or 0xDD4049) is known color: Amaranth. HEX triplet: DD, 40 and 49. RGB value is (221,64,73). Sum of RGB (Red+Green+Blue) = 221+64+73=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4049 is #22BFB6. Grayscale: #707070. Windows color (decimal): -2277303 or 4800733. OLE color: 4800733.

HSL color Cylindrical-coordinate representation of color #DD4049: hue angle of 356.56º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4049 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 73 -
CMYK 0 0.71 0.67 0.13
HSL 356.56º 0.7% 0.56% -
HSV(B) 356.56º 0.71% 0.87% -
XYZ 32.85 19.52 8.34 -
YUV 111.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 221 64 73 0 0.71 0.67 0.13 356.56 0.7 0.56
Hex DD 40 49 0 47 43 D 165 46 38
Octal 335 100 111 0 107 103 15 545 106 70
Binary 11011101 1000000 1001001 0 1000111 1000011 1101 101100101 1000110 111000

Color Harmonies of #DD4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4049

Black with #DD4049

Text Example


Text Example

White with #DD4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4049; }

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

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

background-color css

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

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

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

border-color css

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

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

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