Html Css Color HEX #DD2446 Amaranth

📋 copy color: '#DD2446'

red 221 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #DD2446

Tints of Amaranth #DD2446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 67.58%
G = 11.01%
B = 21.41%

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

#DD2446 (or 0xDD2446) is known color: Amaranth. HEX triplet: DD, 24 and 46. RGB value is (221,36,70). Sum of RGB (Red+Green+Blue) = 221+36+70=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2446 is #22DBB9. Grayscale: #5F5F5F. Windows color (decimal): -2284474 or 4596957. OLE color: 4596957.

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

Color convert

RGB 221 36 70 -
CMYK 0 0.84 0.68 0.13
HSL 348.97º 0.73% 0.5% -
HSV(B) 348.97º 0.84% 0.87% -
XYZ 31.56 17.08 7.43 -
YUV 95.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 221 36 70 0 0.84 0.68 0.13 348.97 0.73 0.5
Hex DD 24 46 0 54 44 D 15D 49 32
Octal 335 44 106 0 124 104 15 535 111 62
Binary 11011101 100100 1000110 0 1010100 1000100 1101 101011101 1001001 110010

Color Harmonies of #DD2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2446

Black with #DD2446

Text Example


Text Example

White with #DD2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2446; }

 p { color: rgb(221,36,70); }

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

background-color css

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

 a { background-color: rgb(221,36,70); }

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

border-color css

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

 span { border-color: rgb(221,36,70); }

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