Html Css Color HEX #DA2947 Amaranth

📋 copy color: '#DA2947'

red 218 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #DA2947

Tints of Amaranth #DA2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 66.06%
G = 12.42%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2947 (or 0xDA2947) is known color: Amaranth. HEX triplet: DA, 29 and 47. RGB value is (218,41,71). Sum of RGB (Red+Green+Blue) = 218+41+71=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2947 is #25D6B8. Grayscale: #616161. Windows color (decimal): -2479801 or 4663770. OLE color: 4663770.

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

Color convert

RGB 218 41 71 -
CMYK 0 0.81 0.67 0.15
HSL 349.83º 0.71% 0.51% -
HSV(B) 349.83º 0.81% 0.85% -
XYZ 30.84 16.95 7.61 -
YUV 97.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 218 41 71 0 0.81 0.67 0.15 349.83 0.71 0.51
Hex DA 29 47 0 51 43 F 15E 47 33
Octal 332 51 107 0 121 103 17 536 107 63
Binary 11011010 101001 1000111 0 1010001 1000011 1111 101011110 1000111 110011

Color Harmonies of #DA2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2947

Black with #DA2947

Text Example


Text Example

White with #DA2947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2947; }

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

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

background-color css

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

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

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

border-color css

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

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

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