Html Css Color HEX #DA3649 Amaranth

📋 copy color: '#DA3649'

red 218 ◦ green 54 ◦ blue 73

#DA3649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DA3649

Tints of Amaranth #DA3649

RGB

 RED value IS 218 (85.55% from 255) = 63.19%

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 63.19%
G = 15.65%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3649 (or 0xDA3649) is known color: Amaranth. HEX triplet: DA, 36 and 49. RGB value is (218,54,73). Sum of RGB (Red+Green+Blue) = 218+54+73=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3649 is #25C9B6. Grayscale: #696969. Windows color (decimal): -2476471 or 4798170. OLE color: 4798170.

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

Color convert

RGB 218 54 73 -
CMYK 0 0.75 0.67 0.15
HSL 353.05º 0.69% 0.53% -
HSV(B) 353.05º 0.75% 0.85% -
XYZ 31.44 18.02 8.13 -
YUV 105.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 218 54 73 0 0.75 0.67 0.15 353.05 0.69 0.53
Hex DA 36 49 0 4B 43 F 161 45 35
Octal 332 66 111 0 113 103 17 541 105 65
Binary 11011010 110110 1001001 0 1001011 1000011 1111 101100001 1000101 110101

Color Harmonies of #DA3649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3649

Black with #DA3649

Text Example


Text Example

White with #DA3649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3649; }

 p { color: rgb(218,54,73); }

 H1.HeaderClassName
 {
   color: #DA3649;
 }
 .AnyTagClassName
 {
   color: #DA3649;
 }
</style>

background-color css

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

 a { background-color: rgb(218,54,73); }

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

border-color css

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

 span { border-color: rgb(218,54,73); }

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