#DC3953

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

Shades of Amaranth #DC3953

Tints of Amaranth #DC3953

Color information

#DC3953 (or 0xDC3953) is unknown color: approx Amaranth. HEX triplet: DC, 39 and 53. RGB value is (220,57,83). Sum of RGB (Red+Green+Blue) = 220+57+83=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3953 is #23C6AC. Grayscale: #6C6C6C. Windows color (decimal): -2344621 or 5454300. OLE color: 5454300.

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

Color convert

RGB2205783-
CMYK00.740.620.14
HSL350.43º69.96%54.31%-
HSV(B)350.43º74.09%86.27%-
XYZ32.5418.7710.09-
YUV108.7113.5207.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.11%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=61.11%
G=15.83%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220578300.740.620.14350.4369.9654.31
HexDC395304A3EE15e4636
Octal334711230112761653610666
Binary1101110011100110100110100101011111011101010111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3953; }

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

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

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

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

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

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

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

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