Html Css Color HEX #DD3E49 Amaranth

📋 copy color: '#DD3E49'

red 221 ◦ green 62 ◦ blue 73

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

Shades of Amaranth #DD3E49

Tints of Amaranth #DD3E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

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

R = 62.08%
G = 17.42%
B = 20.51%

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

#DD3E49 (or 0xDD3E49) is known color: Amaranth. HEX triplet: DD, 3E and 49. RGB value is (221,62,73). Sum of RGB (Red+Green+Blue) = 221+62+73=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E49 is #22C1B6. Grayscale: #6E6E6E. Windows color (decimal): -2277815 or 4800221. OLE color: 4800221.

HSL color Cylindrical-coordinate representation of color #DD3E49: hue angle of 355.85º 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 #DD3E49 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 73 -
CMYK 0 0.72 0.67 0.13
HSL 355.85º 0.7% 0.55% -
HSV(B) 355.85º 0.72% 0.87% -
XYZ 32.74 19.3 8.3 -
YUV 110.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 221 62 73 0 0.72 0.67 0.13 355.85 0.7 0.55
Hex DD 3E 49 0 48 43 D 164 46 37
Octal 335 76 111 0 110 103 15 544 106 67
Binary 11011101 111110 1001001 0 1001000 1000011 1101 101100100 1000110 110111

Color Harmonies of #DD3E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E49

Black with #DD3E49

Text Example


Text Example

White with #DD3E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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