#DC404D

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

Shades of Amaranth #DC404D

Tints of Amaranth #DC404D

Color information

#DC404D (or 0xDC404D) is unknown color: approx Amaranth. HEX triplet: DC, 40 and 4D. RGB value is (220,64,77). Sum of RGB (Red+Green+Blue) = 220+64+77=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC404D is #23BFB2. Grayscale: #707070. Windows color (decimal): -2342835 or 5062876. OLE color: 5062876.

HSL color Cylindrical-coordinate representation of color #DC404D: hue angle of 355º 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 #DC404D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2206477-
CMYK00.710.650.14
HSL355º69.03%55.69%-
HSV(B)355º70.91%86.27%-
XYZ32.6919.429.05-
YUV112.13108.18204.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.94%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=60.94%
G=17.73%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220647700.710.650.1435569.0355.69
HexDC404D04741E1634538
Octal33410011501071011654310570
Binary110111001000000100110101000111100000111101011000111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC404D; }

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

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

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

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

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

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

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

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