Html Css Color HEX #DA3949 Amaranth

📋 copy color: '#DA3949'

red 218 ◦ green 57 ◦ blue 73

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

Shades of Amaranth #DA3949

Tints of Amaranth #DA3949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 62.64%
G = 16.38%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3949 (or 0xDA3949) is known color: Amaranth. HEX triplet: DA, 39 and 49. RGB value is (218,57,73). Sum of RGB (Red+Green+Blue) = 218+57+73=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3949 is #25C6B6. Grayscale: #6B6B6B. Windows color (decimal): -2475703 or 4798938. OLE color: 4798938.

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

Color convert

RGB 218 57 73 -
CMYK 0 0.74 0.67 0.15
HSL 354.04º 0.69% 0.54% -
HSV(B) 354.04º 0.74% 0.85% -
XYZ 31.58 18.31 8.17 -
YUV 106.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 218 57 73 0 0.74 0.67 0.15 354.04 0.69 0.54
Hex DA 39 49 0 4A 43 F 162 45 36
Octal 332 71 111 0 112 103 17 542 105 66
Binary 11011010 111001 1001001 0 1001010 1000011 1111 101100010 1000101 110110

Color Harmonies of #DA3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3949

Black with #DA3949

Text Example


Text Example

White with #DA3949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3949; }

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

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

background-color css

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

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

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

border-color css

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

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

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