#DD2B49

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

Shades of Amaranth #DD2B49

Tints of Amaranth #DD2B49

Color information

#DD2B49 (or 0xDD2B49) is unknown color: approx Amaranth. HEX triplet: DD, 2B and 49. RGB value is (221,43,73). Sum of RGB (Red+Green+Blue) = 221+43+73=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B49 is #22D4B6. Grayscale: #636363. Windows color (decimal): -2282679 or 4795357. OLE color: 4795357.

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

Color convert

RGB2214373-
CMYK00.810.670.13
HSL349.89º72.36%51.76%-
HSV(B)349.89º80.54%86.67%-
XYZ31.8917.588.02-
YUV99.64112.97214.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.58%
GREEN value IS 43 (17.19% from 255) = 12.76%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=65.58%
G=12.76%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221437300.810.670.13349.8972.3651.76
HexDD2B4905143D15e4834
Octal3355311101211031553611064
Binary11011101101011100100101010001100001111011010111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2B49; }

 p { color: rgb(221,43,73); }

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

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

 a { background-color: rgb(221,43,73); }

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

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

 span { border-color: rgb(221,43,73); }

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