Html Css Color HEX #DD3754 Amaranth

📋 copy color: '#DD3754'

red 221 ◦ green 55 ◦ blue 84

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

Shades of Amaranth #DD3754

Tints of Amaranth #DD3754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 84 (33.2% from 255) = 23.33%

R = 61.39%
G = 15.28%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3754 (or 0xDD3754) is known color: Amaranth. HEX triplet: DD, 37 and 54. RGB value is (221,55,84). Sum of RGB (Red+Green+Blue) = 221+55+84=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3754 is #22C8AB. Grayscale: #6B6B6B. Windows color (decimal): -2279596 or 5519325. OLE color: 5519325.

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

Color convert

RGB 221 55 84 -
CMYK 0 0.75 0.62 0.13
HSL 349.52º 0.71% 0.54% -
HSV(B) 349.52º 0.75% 0.87% -
XYZ 32.79 18.74 10.28 -
YUV 107.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 221 55 84 0 0.75 0.62 0.13 349.52 0.71 0.54
Hex DD 37 54 0 4B 3E D 15E 47 36
Octal 335 67 124 0 113 76 15 536 107 66
Binary 11011101 110111 1010100 0 1001011 111110 1101 101011110 1000111 110110

Color Harmonies of #DD3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3754

Black with #DD3754

Text Example


Text Example

White with #DD3754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3754; }

 p { color: rgb(221,55,84); }

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

background-color css

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

 a { background-color: rgb(221,55,84); }

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

border-color css

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

 span { border-color: rgb(221,55,84); }

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