Html Css Color HEX #DD354D Amaranth

📋 copy color: '#DD354D'

red 221 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #DD354D

Tints of Amaranth #DD354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 62.96%
G = 15.1%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD354D (or 0xDD354D) is known color: Amaranth. HEX triplet: DD, 35 and 4D. RGB value is (221,53,77). Sum of RGB (Red+Green+Blue) = 221+53+77=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD354D is #22CAB2. Grayscale: #6A6A6A. Windows color (decimal): -2280115 or 5060061. OLE color: 5060061.

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

Color convert

RGB 221 53 77 -
CMYK 0 0.76 0.65 0.13
HSL 351.43º 0.71% 0.54% -
HSV(B) 351.43º 0.76% 0.87% -
XYZ 32.43 18.45 8.87 -
YUV 105.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 221 53 77 0 0.76 0.65 0.13 351.43 0.71 0.54
Hex DD 35 4D 0 4C 41 D 15F 47 36
Octal 335 65 115 0 114 101 15 537 107 66
Binary 11011101 110101 1001101 0 1001100 1000001 1101 101011111 1000111 110110

Color Harmonies of #DD354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD354D

Black with #DD354D

Text Example


Text Example

White with #DD354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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