#DC3B50

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

Shades of Amaranth #DC3B50

Tints of Amaranth #DC3B50

Color information

#DC3B50 (or 0xDC3B50) is unknown color: approx Amaranth. HEX triplet: DC, 3B and 50. RGB value is (220,59,80). Sum of RGB (Red+Green+Blue) = 220+59+80=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B50 is #23C4AF. Grayscale: #6D6D6D. Windows color (decimal): -2344112 or 5258204. OLE color: 5258204.

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

Color convert

RGB2205980-
CMYK00.730.640.14
HSL352.17º69.7%54.71%-
HSV(B)352.17º73.18%86.27%-
XYZ32.5318.929.53-
YUV109.53111.34206.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 59 (23.44% from 255) = 16.43%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=61.28%
G=16.43%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220598000.730.640.14352.1769.754.71
HexDC3B5004940E1604637
Octal3347312001111001654010667
Binary11011100111011101000001001001100000011101011000001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B50; }

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

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

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

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

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

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

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

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