Html Css Color HEX #DA2547 Amaranth

📋 copy color: '#DA2547'

red 218 ◦ green 37 ◦ blue 71

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

Shades of Amaranth #DA2547

Tints of Amaranth #DA2547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 66.87%
G = 11.35%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2547 (or 0xDA2547) is known color: Amaranth. HEX triplet: DA, 25 and 47. RGB value is (218,37,71). Sum of RGB (Red+Green+Blue) = 218+37+71=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2547 is #25DAB8. Grayscale: #5F5F5F. Windows color (decimal): -2480825 or 4662746. OLE color: 4662746.

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

Color convert

RGB 218 37 71 -
CMYK 0 0.83 0.67 0.15
HSL 348.73º 0.71% 0.5% -
HSV(B) 348.73º 0.83% 0.85% -
XYZ 30.71 16.68 7.56 -
YUV 95 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 218 37 71 0 0.83 0.67 0.15 348.73 0.71 0.5
Hex DA 25 47 0 53 43 F 15D 47 32
Octal 332 45 107 0 123 103 17 535 107 62
Binary 11011010 100101 1000111 0 1010011 1000011 1111 101011101 1000111 110010

Color Harmonies of #DA2547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2547

Black with #DA2547

Text Example


Text Example

White with #DA2547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2547; }

 p { color: rgb(218,37,71); }

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

background-color css

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

 a { background-color: rgb(218,37,71); }

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

border-color css

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

 span { border-color: rgb(218,37,71); }

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