#dc3949

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

Shades of Amaranth #DC3949

Tints of Amaranth #DC3949

Color information

#DC3949 (or 0xDC3949) is unknown color: approx Amaranth. HEX triplet: DC, 39 and 49. RGB value is (220,57,73). Sum of RGB (Red+Green+Blue) = 220+57+73=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3949 is #23C6B6. Grayscale: #6B6B6B. Windows color (decimal): -2344631 or 4798940. OLE color: 4798940.

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

Color convert

RGB2205773-
CMYK00.740.670.14
HSL354.11º69.96%54.31%-
HSV(B)354.11º74.09%86.27%-
XYZ32.1818.628.2-
YUV107.56108.5208.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.86%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=62.86%
G=16.29%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220577300.740.670.14354.1169.9654.31
HexDC394904A43E1624636
Octal3347111101121031654210666
Binary11011100111001100100101001010100001111101011000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3949; }

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

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

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

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

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

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

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

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