#DA2947

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

Shades of Amaranth #DA2947

Tints of Amaranth #DA2947

Color information

#DA2947 (or 0xDA2947) is unknown color: approx Amaranth. HEX triplet: DA, 29 and 47. RGB value is (218,41,71). Sum of RGB (Red+Green+Blue) = 218+41+71=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2947 is #25D6B8. Grayscale: #616161. Windows color (decimal): -2479801 or 4663770. OLE color: 4663770.

HSL color Cylindrical-coordinate representation of color #DA2947: hue angle of 349.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2947 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2184171-
CMYK00.810.670.15
HSL349.83º70.52%50.78%-
HSV(B)349.83º81.19%85.49%-
XYZ30.8416.957.61-
YUV97.34113.14214.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 66.06%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=66.06%
G=12.42%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218417100.810.670.15349.8370.5250.78
HexDA294705143F15e4733
Octal3325110701211031753610763
Binary11011010101001100011101010001100001111111010111101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2947; }

 p { color: rgb(218,41,71); }

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

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

 a { background-color: rgb(218,41,71); }

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

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

 span { border-color: rgb(218,41,71); }

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