#DA3747

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

Shades of Amaranth #DA3747

Tints of Amaranth #DA3747

Color information

#DA3747 (or 0xDA3747) is unknown color: approx Amaranth. HEX triplet: DA, 37 and 47. RGB value is (218,55,71). Sum of RGB (Red+Green+Blue) = 218+55+71=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3747 is #25C8B8. Grayscale: #696969. Windows color (decimal): -2476217 or 4667354. OLE color: 4667354.

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

Color convert

RGB2185571-
CMYK00.750.670.15
HSL354.11º68.78%53.53%-
HSV(B)354.11º74.77%85.49%-
XYZ31.4218.097.8-
YUV105.56108.5208.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.37%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=63.37%
G=15.99%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218557100.750.670.15354.1168.7853.53
HexDA374704B43F1624536
Octal3326710701131031754210566
Binary11011010110111100011101001011100001111111011000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3747; }

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

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

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

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

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

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

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

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