#DD2C45

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

Shades of Amaranth #DD2C45

Tints of Amaranth #DD2C45

Color information

#DD2C45 (or 0xDD2C45) is unknown color: approx Amaranth. HEX triplet: DD, 2C and 45. RGB value is (221,44,69). Sum of RGB (Red+Green+Blue) = 221+44+69=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C45 is #22D3BA. Grayscale: #636363. Windows color (decimal): -2282427 or 4533469. OLE color: 4533469.

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

Color convert

RGB2214469-
CMYK00.800.690.13
HSL351.53º72.24%51.96%-
HSV(B)351.53º80.09%86.67%-
XYZ31.7917.67.35-
YUV99.77110.64214.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.17%
GREEN value IS 44 (17.58% from 255) = 13.17%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=66.17%
G=13.17%
B=20.66%

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
Decimal221446900.800.690.13351.5372.2451.96
HexDD2C4505045D1604834
Octal3355410501201051554011064
Binary11011101101100100010101010000100010111011011000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2C45; }

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

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

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

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

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

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

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

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