Html Css Color HEX #DD354C Amaranth

📋 copy color: '#DD354C'

red 221 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #DD354C

Tints of Amaranth #DD354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 63.14%
G = 15.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD354C (or 0xDD354C) is known color: Amaranth. HEX triplet: DD, 35 and 4C. RGB value is (221,53,76). Sum of RGB (Red+Green+Blue) = 221+53+76=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD354C is #22CAB3. Grayscale: #696969. Windows color (decimal): -2280116 or 4994525. OLE color: 4994525.

HSL color Cylindrical-coordinate representation of color #DD354C: hue angle of 351.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD354C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 53 76 -
CMYK 0 0.76 0.66 0.13
HSL 351.79º 0.71% 0.54% -
HSV(B) 351.79º 0.76% 0.87% -
XYZ 32.4 18.44 8.69 -
YUV 105.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 221 53 76 0 0.76 0.66 0.13 351.79 0.71 0.54
Hex DD 35 4C 0 4C 42 D 160 47 36
Octal 335 65 114 0 114 102 15 540 107 66
Binary 11011101 110101 1001100 0 1001100 1000010 1101 101100000 1000111 110110

Color Harmonies of #DD354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD354C

Black with #DD354C

Text Example


Text Example

White with #DD354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD354C; }

 p { color: rgb(221,53,76); }

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

background-color css

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

 a { background-color: rgb(221,53,76); }

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

border-color css

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

 span { border-color: rgb(221,53,76); }

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