Html Css Color HEX #DD2347 Amaranth

📋 copy color: '#DD2347'

red 221 ◦ green 35 ◦ blue 71

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

Shades of Amaranth #DD2347

Tints of Amaranth #DD2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 67.58%
G = 10.7%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD2347 (or 0xDD2347) is known color: Amaranth. HEX triplet: DD, 23 and 47. RGB value is (221,35,71). Sum of RGB (Red+Green+Blue) = 221+35+71=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2347 is #22DCB8. Grayscale: #5E5E5E. Windows color (decimal): -2284729 or 4662237. OLE color: 4662237.

HSL color Cylindrical-coordinate representation of color #DD2347: hue angle of 348.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2347 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 71 -
CMYK 0 0.84 0.68 0.13
HSL 348.39º 0.73% 0.5% -
HSV(B) 348.39º 0.84% 0.87% -
XYZ 31.56 17.03 7.58 -
YUV 94.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 221 35 71 0 0.84 0.68 0.13 348.39 0.73 0.5
Hex DD 23 47 0 54 44 D 15C 49 32
Octal 335 43 107 0 124 104 15 534 111 62
Binary 11011101 100011 1000111 0 1010100 1000100 1101 101011100 1001001 110010

Color Harmonies of #DD2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2347

Black with #DD2347

Text Example


Text Example

White with #DD2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2347; }

 p { color: rgb(221,35,71); }

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

background-color css

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

 a { background-color: rgb(221,35,71); }

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

border-color css

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

 span { border-color: rgb(221,35,71); }

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