#DC404B

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

Shades of Amaranth #DC404B

Tints of Amaranth #DC404B

Color information

#DC404B (or 0xDC404B) is unknown color: approx Amaranth. HEX triplet: DC, 40 and 4B. RGB value is (220,64,75). Sum of RGB (Red+Green+Blue) = 220+64+75=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC404B is #23BFB4. Grayscale: #707070. Windows color (decimal): -2342837 or 4931804. OLE color: 4931804.

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

Color convert

RGB2206475-
CMYK00.710.660.14
HSL355.77º69.03%55.69%-
HSV(B)355.77º70.91%86.27%-
XYZ32.6219.398.68-
YUV111.9107.18205.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=61.28%
G=17.83%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220647500.710.660.14355.7769.0355.69
HexDC404B04742E1644538
Octal33410011301071021654410570
Binary110111001000000100101101000111100001011101011001001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC404B; }

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

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

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

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

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

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

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

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