Html Css Color HEX #DD2449 Amaranth

📋 copy color: '#DD2449'

red 221 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #DD2449

Tints of Amaranth #DD2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 66.97%
G = 10.91%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2449 (or 0xDD2449) is known color: Amaranth. HEX triplet: DD, 24 and 49. RGB value is (221,36,73). Sum of RGB (Red+Green+Blue) = 221+36+73=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2449 is #22DBB6. Grayscale: #5F5F5F. Windows color (decimal): -2284471 or 4793565. OLE color: 4793565.

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

Color convert

RGB 221 36 73 -
CMYK 0 0.84 0.67 0.13
HSL 348º 0.73% 0.5% -
HSV(B) 348º 0.84% 0.87% -
XYZ 31.65 17.11 7.94 -
YUV 95.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 221 36 73 0 0.84 0.67 0.13 348 0.73 0.5
Hex DD 24 49 0 54 43 D 15C 49 32
Octal 335 44 111 0 124 103 15 534 111 62
Binary 11011101 100100 1001001 0 1010100 1000011 1101 101011100 1001001 110010

Color Harmonies of #DD2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2449

Black with #DD2449

Text Example


Text Example

White with #DD2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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