Html Css Color HEX #DA3544 Amaranth

📋 copy color: '#DA3544'

red 218 ◦ green 53 ◦ blue 68

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

Shades of Amaranth #DA3544

Tints of Amaranth #DA3544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 64.31%
G = 15.63%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3544 (or 0xDA3544) is known color: Amaranth. HEX triplet: DA, 35 and 44. RGB value is (218,53,68). Sum of RGB (Red+Green+Blue) = 218+53+68=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3544 is #25CABB. Grayscale: #686868. Windows color (decimal): -2476732 or 4470234. OLE color: 4470234.

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

Color convert

RGB 218 53 68 -
CMYK 0 0.76 0.69 0.15
HSL 354.55º 0.69% 0.53% -
HSV(B) 354.55º 0.76% 0.85% -
XYZ 31.23 17.87 7.27 -
YUV 104.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 218 53 68 0 0.76 0.69 0.15 354.55 0.69 0.53
Hex DA 35 44 0 4C 45 F 163 45 35
Octal 332 65 104 0 114 105 17 543 105 65
Binary 11011010 110101 1000100 0 1001100 1000101 1111 101100011 1000101 110101

Color Harmonies of #DA3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3544

Black with #DA3544

Text Example


Text Example

White with #DA3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3544; }

 p { color: rgb(218,53,68); }

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

background-color css

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

 a { background-color: rgb(218,53,68); }

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

border-color css

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

 span { border-color: rgb(218,53,68); }

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