#DC3753

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

Shades of Amaranth #DC3753

Tints of Amaranth #DC3753

Color information

#DC3753 (or 0xDC3753) is unknown color: approx Amaranth. HEX triplet: DC, 37 and 53. RGB value is (220,55,83). Sum of RGB (Red+Green+Blue) = 220+55+83=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3753 is #23C8AC. Grayscale: #6B6B6B. Windows color (decimal): -2345133 or 5453788. OLE color: 5453788.

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

Color convert

RGB2205583-
CMYK00.750.620.14
HSL349.82º70.21%53.92%-
HSV(B)349.82º75%86.27%-
XYZ32.4418.5710.06-
YUV107.53114.16208.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=61.45%
G=15.36%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220558300.750.620.14349.8270.2153.92
HexDC375304B3EE15e4636
Octal334671230113761653610666
Binary1101110011011110100110100101111111011101010111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3753; }

 p { color: rgb(220,55,83); }

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

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

 a { background-color: rgb(220,55,83); }

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

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

 span { border-color: rgb(220,55,83); }

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