#DD2C44

Color #DD2C44 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DD2C44

Tints of Amaranth #DD2C44

Color information

#DD2C44 (or 0xDD2C44) is unknown color: approx Amaranth. HEX triplet: DD, 2C and 44. RGB value is (221,44,68). Sum of RGB (Red+Green+Blue) = 221+44+68=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C44 is #22D3BB. Grayscale: #636363. Windows color (decimal): -2282428 or 4467933. OLE color: 4467933.

HSL color Cylindrical-coordinate representation of color #DD2C44: hue angle of 351.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C44 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2214468-
CMYK00.800.690.13
HSL351.86º72.24%51.96%-
HSV(B)351.86º80.09%86.67%-
XYZ31.7617.597.19-
YUV99.66110.14214.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.37%
GREEN value IS 44 (17.58% from 255) = 13.21%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=66.37%
G=13.21%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221446800.800.690.13351.8672.2451.96
HexDD2C4405045D1604834
Octal3355410401201051554011064
Binary11011101101100100010001010000100010111011011000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C44; }

 p { color: rgb(221,44,68); }

 H1.HeaderClassName
 {
   color: #DD2C44;
 }
 .AnyTagClassName
 {
   color: #DD2C44;
 }
</style>
background-color css

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

 a { background-color: rgb(221,44,68); }

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

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

 span { border-color: rgb(221,44,68); }

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