Html Css Color HEX #DA3E49 Amaranth

📋 copy color: '#DA3E49'

red 218 ◦ green 62 ◦ blue 73

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

Shades of Amaranth #DA3E49

Tints of Amaranth #DA3E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 61.76%
G = 17.56%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3E49 (or 0xDA3E49) is known color: Amaranth. HEX triplet: DA, 3E and 49. RGB value is (218,62,73). Sum of RGB (Red+Green+Blue) = 218+62+73=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E49 is #25C1B6. Grayscale: #6E6E6E. Windows color (decimal): -2474423 or 4800218. OLE color: 4800218.

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

Color convert

RGB 218 62 73 -
CMYK 0 0.72 0.67 0.15
HSL 355.77º 0.68% 0.55% -
HSV(B) 355.77º 0.72% 0.85% -
XYZ 31.84 18.83 8.26 -
YUV 109.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 218 62 73 0 0.72 0.67 0.15 355.77 0.68 0.55
Hex DA 3E 49 0 48 43 F 164 44 37
Octal 332 76 111 0 110 103 17 544 104 67
Binary 11011010 111110 1001001 0 1001000 1000011 1111 101100100 1000100 110111

Color Harmonies of #DA3E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E49

Black with #DA3E49

Text Example


Text Example

White with #DA3E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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