#DC3346

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

Shades of Amaranth #DC3346

Tints of Amaranth #DC3346

Color information

#DC3346 (or 0xDC3346) is unknown color: approx Amaranth. HEX triplet: DC, 33 and 46. RGB value is (220,51,70). Sum of RGB (Red+Green+Blue) = 220+51+70=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3346 is #23CCB9. Grayscale: #676767. Windows color (decimal): -2346170 or 4600796. OLE color: 4600796.

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

Color convert

RGB2205170-
CMYK00.770.680.14
HSL353.25º70.71%53.14%-
HSV(B)353.25º76.82%86.27%-
XYZ31.818.037.6-
YUV103.7108.99210.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.52%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=64.52%
G=14.96%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220517000.770.680.14353.2570.7153.14
HexDC334604D44E1614735
Octal3346310601151041654110765
Binary11011100110011100011001001101100010011101011000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3346; }

 p { color: rgb(220,51,70); }

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

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

 a { background-color: rgb(220,51,70); }

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

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

 span { border-color: rgb(220,51,70); }

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