#DB3C48

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

Shades of Amaranth #DB3C48

Tints of Amaranth #DB3C48

Color information

#DB3C48 (or 0xDB3C48) is unknown color: approx Amaranth. HEX triplet: DB, 3C and 48. RGB value is (219,60,72). Sum of RGB (Red+Green+Blue) = 219+60+72=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C48 is #24C3B7. Grayscale: #6D6D6D. Windows color (decimal): -2409400 or 4734171. OLE color: 4734171.

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

Color convert

RGB2196072-
CMYK00.730.670.14
HSL355.47º68.83%54.71%-
HSV(B)355.47º72.6%85.88%-
XYZ3218.768.07-
YUV108.91107.18206.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.39%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=62.39%
G=17.09%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219607200.730.670.14355.4768.8354.71
HexDB3C4804943E1634537
Octal3337411001111031654310567
Binary11011011111100100100001001001100001111101011000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3C48; }

 p { color: rgb(219,60,72); }

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

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

 a { background-color: rgb(219,60,72); }

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

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

 span { border-color: rgb(219,60,72); }

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