Html Css Color HEX #DD3D49 Amaranth

📋 copy color: '#DD3D49'

red 221 ◦ green 61 ◦ blue 73

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

Shades of Amaranth #DD3D49

Tints of Amaranth #DD3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

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

R = 62.25%
G = 17.18%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD3D49 (or 0xDD3D49) is known color: Amaranth. HEX triplet: DD, 3D and 49. RGB value is (221,61,73). Sum of RGB (Red+Green+Blue) = 221+61+73=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D49 is #22C2B6. Grayscale: #6E6E6E. Windows color (decimal): -2278071 or 4799965. OLE color: 4799965.

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

Color convert

RGB 221 61 73 -
CMYK 0 0.72 0.67 0.13
HSL 355.5º 0.7% 0.55% -
HSV(B) 355.5º 0.72% 0.87% -
XYZ 32.69 19.19 8.28 -
YUV 110.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 221 61 73 0 0.72 0.67 0.13 355.5 0.7 0.55
Hex DD 3D 49 0 48 43 D 164 46 37
Octal 335 75 111 0 110 103 15 544 106 67
Binary 11011101 111101 1001001 0 1001000 1000011 1101 101100100 1000110 110111

Color Harmonies of #DD3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D49

Black with #DD3D49

Text Example


Text Example

White with #DD3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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