Html Css Color HEX #DD394D Amaranth

📋 copy color: '#DD394D'

red 221 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #DD394D

Tints of Amaranth #DD394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 62.25%
G = 16.06%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD394D (or 0xDD394D) is known color: Amaranth. HEX triplet: DD, 39 and 4D. RGB value is (221,57,77). Sum of RGB (Red+Green+Blue) = 221+57+77=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD394D is #22C6B2. Grayscale: #6C6C6C. Windows color (decimal): -2279091 or 5061085. OLE color: 5061085.

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

Color convert

RGB 221 57 77 -
CMYK 0 0.74 0.65 0.13
HSL 352.68º 0.71% 0.55% -
HSV(B) 352.68º 0.74% 0.87% -
XYZ 32.62 18.83 8.94 -
YUV 108.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 221 57 77 0 0.74 0.65 0.13 352.68 0.71 0.55
Hex DD 39 4D 0 4A 41 D 161 47 37
Octal 335 71 115 0 112 101 15 541 107 67
Binary 11011101 111001 1001101 0 1001010 1000001 1101 101100001 1000111 110111

Color Harmonies of #DD394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD394D

Black with #DD394D

Text Example


Text Example

White with #DD394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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