#DB3549

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

Shades of Amaranth #DB3549

Tints of Amaranth #DB3549

Color information

#DB3549 (or 0xDB3549) is unknown color: approx Amaranth. HEX triplet: DB, 35 and 49. RGB value is (219,53,73). Sum of RGB (Red+Green+Blue) = 219+53+73=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3549 is #24CAB6. Grayscale: #696969. Windows color (decimal): -2411191 or 4797915. OLE color: 4797915.

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

Color convert

RGB2195373-
CMYK00.760.670.14
HSL352.77º69.75%53.33%-
HSV(B)352.77º75.8%85.88%-
XYZ31.6918.098.12-
YUV104.91110209.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 63.48%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=63.48%
G=15.36%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219537300.760.670.14352.7769.7553.33
HexDB354904C43E1614635
Octal3336511101141031654110665
Binary11011011110101100100101001100100001111101011000011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3549; }

 p { color: rgb(219,53,73); }

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

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

 a { background-color: rgb(219,53,73); }

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

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

 span { border-color: rgb(219,53,73); }

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