Html Css Color HEX #DD394F Amaranth

📋 copy color: '#DD394F'

red 221 ◦ green 57 ◦ blue 79

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

Shades of Amaranth #DD394F

Tints of Amaranth #DD394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 61.9%
G = 15.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD394F (or 0xDD394F) is known color: Amaranth. HEX triplet: DD, 39 and 4F. RGB value is (221,57,79). Sum of RGB (Red+Green+Blue) = 221+57+79=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD394F is #22C6B0. Grayscale: #6C6C6C. Windows color (decimal): -2279089 or 5192157. OLE color: 5192157.

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

Color convert

RGB 221 57 79 -
CMYK 0 0.74 0.64 0.13
HSL 351.95º 0.71% 0.55% -
HSV(B) 351.95º 0.74% 0.87% -
XYZ 32.69 18.86 9.31 -
YUV 108.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 221 57 79 0 0.74 0.64 0.13 351.95 0.71 0.55
Hex DD 39 4F 0 4A 40 D 160 47 37
Octal 335 71 117 0 112 100 15 540 107 67
Binary 11011101 111001 1001111 0 1001010 1000000 1101 101100000 1000111 110111

Color Harmonies of #DD394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD394F

Black with #DD394F

Text Example


Text Example

White with #DD394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD394F; }

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

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

background-color css

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

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

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

border-color css

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

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

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