Html Css Color HEX #DD3149 Amaranth

📋 copy color: '#DD3149'

red 221 ◦ green 49 ◦ blue 73

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

Shades of Amaranth #DD3149

Tints of Amaranth #DD3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

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

R = 64.43%
G = 14.29%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD3149 (or 0xDD3149) is known color: Amaranth. HEX triplet: DD, 31 and 49. RGB value is (221,49,73). Sum of RGB (Red+Green+Blue) = 221+49+73=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3149 is #22CEB6. Grayscale: #676767. Windows color (decimal): -2281143 or 4796893. OLE color: 4796893.

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

Color convert

RGB 221 49 73 -
CMYK 0 0.78 0.67 0.13
HSL 351.63º 0.72% 0.53% -
HSV(B) 351.63º 0.78% 0.87% -
XYZ 32.12 18.05 8.09 -
YUV 103.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 221 49 73 0 0.78 0.67 0.13 351.63 0.72 0.53
Hex DD 31 49 0 4E 43 D 160 48 35
Octal 335 61 111 0 116 103 15 540 110 65
Binary 11011101 110001 1001001 0 1001110 1000011 1101 101100000 1001000 110101

Color Harmonies of #DD3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3149

Black with #DD3149

Text Example


Text Example

White with #DD3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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