#DD2645

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

Shades of Amaranth #DD2645

Tints of Amaranth #DD2645

Color information

#DD2645 (or 0xDD2645) is unknown color: approx Amaranth. HEX triplet: DD, 26 and 45. RGB value is (221,38,69). Sum of RGB (Red+Green+Blue) = 221+38+69=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2645 is #22D9BA. Grayscale: #606060. Windows color (decimal): -2283963 or 4531933. OLE color: 4531933.

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

Color convert

RGB2213869-
CMYK00.830.690.13
HSL349.84º72.91%50.78%-
HSV(B)349.84º82.81%86.67%-
XYZ31.5917.197.28-
YUV96.25112.63216.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.38%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=67.38%
G=11.59%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221386900.830.690.13349.8472.9150.78
HexDD264505345D15e4933
Octal3354610501231051553611163
Binary11011101100110100010101010011100010111011010111101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2645; }

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

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

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

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

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

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

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

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