#DC3550

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

Shades of Amaranth #DC3550

Tints of Amaranth #DC3550

Color information

#DC3550 (or 0xDC3550) is unknown color: approx Amaranth. HEX triplet: DC, 35 and 50. RGB value is (220,53,80). Sum of RGB (Red+Green+Blue) = 220+53+80=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3550 is #23CAAF. Grayscale: #6A6A6A. Windows color (decimal): -2345648 or 5256668. OLE color: 5256668.

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

Color convert

RGB2205380-
CMYK00.760.640.14
HSL350.3º70.46%53.53%-
HSV(B)350.3º75.91%86.27%-
XYZ32.2418.349.43-
YUV106.01113.33209.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.32%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=62.32%
G=15.01%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220538000.760.640.14350.370.4653.53
HexDC355004C40E15e4636
Octal3346512001141001653610666
Binary11011100110101101000001001100100000011101010111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3550; }

 p { color: rgb(220,53,80); }

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

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

 a { background-color: rgb(220,53,80); }

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

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

 span { border-color: rgb(220,53,80); }

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