#DC3C4E

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

Shades of Amaranth #DC3C4E

Tints of Amaranth #DC3C4E

Color information

#DC3C4E (or 0xDC3C4E) is unknown color: approx Amaranth. HEX triplet: DC, 3C and 4E. RGB value is (220,60,78). Sum of RGB (Red+Green+Blue) = 220+60+78=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C4E is #23C3B1. Grayscale: #6D6D6D. Windows color (decimal): -2343858 or 5127388. OLE color: 5127388.

HSL color Cylindrical-coordinate representation of color #DC3C4E: hue angle of 353.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C4E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2206078-
CMYK00.730.650.14
HSL353.25º69.57%54.9%-
HSV(B)353.25º72.73%86.27%-
XYZ32.51199.16-
YUV109.89110.01206.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 60 (23.83% from 255) = 16.76%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=61.45%
G=16.76%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220607800.730.650.14353.2569.5754.9
HexDC3C4E04941E1614637
Octal3347411601111011654110667
Binary11011100111100100111001001001100000111101011000011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C4E; }

 p { color: rgb(220,60,78); }

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

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

 a { background-color: rgb(220,60,78); }

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

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

 span { border-color: rgb(220,60,78); }

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