#DC4053

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

Shades of Amaranth #DC4053

Tints of Amaranth #DC4053

Color information

#DC4053 (or 0xDC4053) is unknown color: approx Amaranth. HEX triplet: DC, 40 and 53. RGB value is (220,64,83). Sum of RGB (Red+Green+Blue) = 220+64+83=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4053 is #23BFAC. Grayscale: #707070. Windows color (decimal): -2342829 or 5456092. OLE color: 5456092.

HSL color Cylindrical-coordinate representation of color #DC4053: hue angle of 352.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4053 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2206483-
CMYK00.710.620.14
HSL352.69º69.03%55.69%-
HSV(B)352.69º70.91%86.27%-
XYZ32.9119.5110.21-
YUV112.81111.18204.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=59.95%
G=17.44%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220648300.710.620.14352.6969.0355.69
HexDC40530473EE1614538
Octal3341001230107761654110570
Binary11011100100000010100110100011111111011101011000011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4053; }

 p { color: rgb(220,64,83); }

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

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

 a { background-color: rgb(220,64,83); }

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

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

 span { border-color: rgb(220,64,83); }

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