Html Css Color HEX #DA3049 Amaranth

📋 copy color: '#DA3049'

red 218 ◦ green 48 ◦ blue 73

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

Shades of Amaranth #DA3049

Tints of Amaranth #DA3049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 64.31%
G = 14.16%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3049 (or 0xDA3049) is known color: Amaranth. HEX triplet: DA, 30 and 49. RGB value is (218,48,73). Sum of RGB (Red+Green+Blue) = 218+48+73=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3049 is #25CFB6. Grayscale: #656565. Windows color (decimal): -2478007 or 4796634. OLE color: 4796634.

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

Color convert

RGB 218 48 73 -
CMYK 0 0.78 0.67 0.15
HSL 351.18º 0.7% 0.52% -
HSV(B) 351.18º 0.78% 0.85% -
XYZ 31.17 17.5 8.04 -
YUV 101.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 218 48 73 0 0.78 0.67 0.15 351.18 0.7 0.52
Hex DA 30 49 0 4E 43 F 15F 46 34
Octal 332 60 111 0 116 103 17 537 106 64
Binary 11011010 110000 1001001 0 1001110 1000011 1111 101011111 1000110 110100

Color Harmonies of #DA3049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3049

Black with #DA3049

Text Example


Text Example

White with #DA3049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3049; }

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

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

background-color css

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

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

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

border-color css

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

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

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