Html Css Color HEX #DA3249 Amaranth

📋 copy color: '#DA3249'

red 218 ◦ green 50 ◦ blue 73

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

Shades of Amaranth #DA3249

Tints of Amaranth #DA3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 63.93%
G = 14.66%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3249 (or 0xDA3249) is known color: Amaranth. HEX triplet: DA, 32 and 49. RGB value is (218,50,73). Sum of RGB (Red+Green+Blue) = 218+50+73=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3249 is #25CDB6. Grayscale: #666666. Windows color (decimal): -2477495 or 4797146. OLE color: 4797146.

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

Color convert

RGB 218 50 73 -
CMYK 0 0.77 0.67 0.15
HSL 351.79º 0.69% 0.53% -
HSV(B) 351.79º 0.77% 0.85% -
XYZ 31.26 17.67 8.07 -
YUV 102.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 218 50 73 0 0.77 0.67 0.15 351.79 0.69 0.53
Hex DA 32 49 0 4D 43 F 160 45 35
Octal 332 62 111 0 115 103 17 540 105 65
Binary 11011010 110010 1001001 0 1001101 1000011 1111 101100000 1000101 110101

Color Harmonies of #DA3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3249

Black with #DA3249

Text Example


Text Example

White with #DA3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3249; }

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

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

background-color css

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

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

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

border-color css

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

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

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