Html Css Color HEX #DA3349 Amaranth

📋 copy color: '#DA3349'

red 218 ◦ green 51 ◦ blue 73

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

Shades of Amaranth #DA3349

Tints of Amaranth #DA3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 63.74%
G = 14.91%
B = 21.35%

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

#DA3349 (or 0xDA3349) is known color: Amaranth. HEX triplet: DA, 33 and 49. RGB value is (218,51,73). Sum of RGB (Red+Green+Blue) = 218+51+73=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3349 is #25CCB6. Grayscale: #676767. Windows color (decimal): -2477239 or 4797402. OLE color: 4797402.

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

Color convert

RGB 218 51 73 -
CMYK 0 0.77 0.67 0.15
HSL 352.1º 0.69% 0.53% -
HSV(B) 352.1º 0.77% 0.85% -
XYZ 31.3 17.75 8.08 -
YUV 103.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 218 51 73 0 0.77 0.67 0.15 352.1 0.69 0.53
Hex DA 33 49 0 4D 43 F 160 45 35
Octal 332 63 111 0 115 103 17 540 105 65
Binary 11011010 110011 1001001 0 1001101 1000011 1111 101100000 1000101 110101

Color Harmonies of #DA3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3349

Black with #DA3349

Text Example


Text Example

White with #DA3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3349; }

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

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

background-color css

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

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

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

border-color css

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

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

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