#DD2B45

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

Shades of Amaranth #DD2B45

Tints of Amaranth #DD2B45

Color information

#DD2B45 (or 0xDD2B45) is unknown color: approx Amaranth. HEX triplet: DD, 2B and 45. RGB value is (221,43,69). Sum of RGB (Red+Green+Blue) = 221+43+69=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B45 is #22D4BA. Grayscale: #636363. Windows color (decimal): -2282683 or 4533213. OLE color: 4533213.

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

Color convert

RGB2214369-
CMYK00.810.690.13
HSL351.24º72.36%51.76%-
HSV(B)351.24º80.54%86.67%-
XYZ31.7617.537.34-
YUV99.19110.97214.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.37%
GREEN value IS 43 (17.19% from 255) = 12.91%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=66.37%
G=12.91%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221436900.810.690.13351.2472.3651.76
HexDD2B4505145D15f4834
Octal3355310501211051553711064
Binary11011101101011100010101010001100010111011010111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2B45; }

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

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

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

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

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

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

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

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