#DA3146

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

Shades of Amaranth #DA3146

Tints of Amaranth #DA3146

Color information

#DA3146 (or 0xDA3146) is unknown color: approx Amaranth. HEX triplet: DA, 31 and 46. RGB value is (218,49,70). Sum of RGB (Red+Green+Blue) = 218+49+70=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3146 is #25CEB9. Grayscale: #666666. Windows color (decimal): -2477754 or 4600282. OLE color: 4600282.

HSL color Cylindrical-coordinate representation of color #DA3146: hue angle of 352.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3146 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2184970-
CMYK00.780.680.15
HSL352.54º69.55%52.35%-
HSV(B)352.54º77.52%85.49%-
XYZ31.1217.547.54-
YUV101.92109.99210.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.69%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=64.69%
G=14.54%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218497000.780.680.15352.5469.5552.35
HexDA314604E44F1614634
Octal3326110601161041754110664
Binary11011010110001100011001001110100010011111011000011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3146; }

 p { color: rgb(218,49,70); }

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

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

 a { background-color: rgb(218,49,70); }

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

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

 span { border-color: rgb(218,49,70); }

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