Html Css Color HEX #DD2949 Amaranth

📋 copy color: '#DD2949'

red 221 ◦ green 41 ◦ blue 73

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

Shades of Amaranth #DD2949

Tints of Amaranth #DD2949

RGB

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

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

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

R = 65.97%
G = 12.24%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2949 (or 0xDD2949) is known color: Amaranth. HEX triplet: DD, 29 and 49. RGB value is (221,41,73). Sum of RGB (Red+Green+Blue) = 221+41+73=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2949 is #22D6B6. Grayscale: #626262. Windows color (decimal): -2283191 or 4794845. OLE color: 4794845.

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

Color convert

RGB 221 41 73 -
CMYK 0 0.81 0.67 0.13
HSL 349.33º 0.73% 0.51% -
HSV(B) 349.33º 0.81% 0.87% -
XYZ 31.81 17.44 7.99 -
YUV 98.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 221 41 73 0 0.81 0.67 0.13 349.33 0.73 0.51
Hex DD 29 49 0 51 43 D 15D 49 33
Octal 335 51 111 0 121 103 15 535 111 63
Binary 11011101 101001 1001001 0 1010001 1000011 1101 101011101 1001001 110011

Color Harmonies of #DD2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2949

Black with #DD2949

Text Example


Text Example

White with #DD2949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2949; }

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

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

background-color css

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

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

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

border-color css

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

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

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