#DA3745

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

Shades of Amaranth #DA3745

Tints of Amaranth #DA3745

Color information

#DA3745 (or 0xDA3745) is unknown color: approx Amaranth. HEX triplet: DA, 37 and 45. RGB value is (218,55,69). Sum of RGB (Red+Green+Blue) = 218+55+69=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3745 is #25C8BA. Grayscale: #696969. Windows color (decimal): -2476219 or 4536282. OLE color: 4536282.

HSL color Cylindrical-coordinate representation of color #DA3745: hue angle of 354.85º 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 #DA3745 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2185569-
CMYK00.750.680.15
HSL354.85º68.78%53.53%-
HSV(B)354.85º74.77%85.49%-
XYZ31.3518.077.47-
YUV105.33107.5208.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.74%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=63.74%
G=16.08%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218556900.750.680.15354.8568.7853.53
HexDA374504B44F1634536
Octal3326710501131041754310566
Binary11011010110111100010101001011100010011111011000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3745; }

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

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

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

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

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

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

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

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