#DD2846

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

Shades of Amaranth #DD2846

Tints of Amaranth #DD2846

Color information

#DD2846 (or 0xDD2846) is unknown color: approx Amaranth. HEX triplet: DD, 28 and 46. RGB value is (221,40,70). Sum of RGB (Red+Green+Blue) = 221+40+70=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2846 is #22D7B9. Grayscale: #616161. Windows color (decimal): -2283450 or 4597981. OLE color: 4597981.

HSL color Cylindrical-coordinate representation of color #DD2846: hue angle of 350.06º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2846 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2214070-
CMYK00.820.680.13
HSL350.06º72.69%51.18%-
HSV(B)350.06º81.9%86.67%-
XYZ31.6817.337.47-
YUV97.54112.47216.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.77%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=66.77%
G=12.08%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221407000.820.680.13350.0672.6951.18
HexDD284605244D15e4933
Octal3355010601221041553611163
Binary11011101101000100011001010010100010011011010111101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2846; }

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

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

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

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

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

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

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

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