Html Css Color HEX #DA2149 Amaranth

📋 copy color: '#DA2149'

red 218 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #DA2149

Tints of Amaranth #DA2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

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

R = 67.28%
G = 10.19%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2149 (or 0xDA2149) is known color: Amaranth. HEX triplet: DA, 21 and 49. RGB value is (218,33,73). Sum of RGB (Red+Green+Blue) = 218+33+73=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2149 is #25DEB6. Grayscale: #5C5C5C. Windows color (decimal): -2481847 or 4792794. OLE color: 4792794.

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

Color convert

RGB 218 33 73 -
CMYK 0 0.85 0.67 0.15
HSL 347.03º 0.74% 0.49% -
HSV(B) 347.03º 0.85% 0.85% -
XYZ 30.66 16.47 7.87 -
YUV 92.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 218 33 73 0 0.85 0.67 0.15 347.03 0.74 0.49
Hex DA 21 49 0 55 43 F 15B 4A 31
Octal 332 41 111 0 125 103 17 533 112 61
Binary 11011010 100001 1001001 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #DA2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2149

Black with #DA2149

Text Example


Text Example

White with #DA2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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