#DC3245

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

Shades of Amaranth #DC3245

Tints of Amaranth #DC3245

Color information

#DC3245 (or 0xDC3245) is unknown color: approx Amaranth. HEX triplet: DC, 32 and 45. RGB value is (220,50,69). Sum of RGB (Red+Green+Blue) = 220+50+69=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3245 is #23CDBA. Grayscale: #676767. Windows color (decimal): -2346427 or 4535004. OLE color: 4535004.

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

Color convert

RGB2205069-
CMYK00.770.690.14
HSL353.29º70.83%52.94%-
HSV(B)353.29º77.27%86.27%-
XYZ31.7317.937.42-
YUV103108.82211.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.90%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=64.90%
G=14.75%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220506900.770.690.14353.2970.8352.94
HexDC324504D45E1614735
Octal3346210501151051654110765
Binary11011100110010100010101001101100010111101011000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3245; }

 p { color: rgb(220,50,69); }

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

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

 a { background-color: rgb(220,50,69); }

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

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

 span { border-color: rgb(220,50,69); }

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