Html Css Color HEX #DD2549 Amaranth

📋 copy color: '#DD2549'

red 221 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #DD2549

Tints of Amaranth #DD2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 66.77%
G = 11.18%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2549 (or 0xDD2549) is known color: Amaranth. HEX triplet: DD, 25 and 49. RGB value is (221,37,73). Sum of RGB (Red+Green+Blue) = 221+37+73=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2549 is #22DAB6. Grayscale: #606060. Windows color (decimal): -2284215 or 4793821. OLE color: 4793821.

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

Color convert

RGB 221 37 73 -
CMYK 0 0.83 0.67 0.13
HSL 348.26º 0.73% 0.51% -
HSV(B) 348.26º 0.83% 0.87% -
XYZ 31.68 17.18 7.95 -
YUV 96.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 221 37 73 0 0.83 0.67 0.13 348.26 0.73 0.51
Hex DD 25 49 0 53 43 D 15C 49 33
Octal 335 45 111 0 123 103 15 534 111 63
Binary 11011101 100101 1001001 0 1010011 1000011 1101 101011100 1001001 110011

Color Harmonies of #DD2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2549

Black with #DD2549

Text Example


Text Example

White with #DD2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2549; }

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

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

background-color css

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

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

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

border-color css

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

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

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