Html Css Color HEX #DA2C47 Amaranth

📋 copy color: '#DA2C47'

red 218 ◦ green 44 ◦ blue 71

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

Shades of Amaranth #DA2C47

Tints of Amaranth #DA2C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

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

R = 65.47%
G = 13.21%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2C47 (or 0xDA2C47) is known color: Amaranth. HEX triplet: DA, 2C and 47. RGB value is (218,44,71). Sum of RGB (Red+Green+Blue) = 218+44+71=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C47 is #25D3B8. Grayscale: #636363. Windows color (decimal): -2479033 or 4664538. OLE color: 4664538.

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

Color convert

RGB 218 44 71 -
CMYK 0 0.80 0.67 0.15
HSL 350.69º 0.7% 0.51% -
HSV(B) 350.69º 0.8% 0.85% -
XYZ 30.95 17.16 7.64 -
YUV 99.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 218 44 71 0 0.80 0.67 0.15 350.69 0.7 0.51
Hex DA 2C 47 0 50 43 F 15F 46 33
Octal 332 54 107 0 120 103 17 537 106 63
Binary 11011010 101100 1000111 0 1010000 1000011 1111 101011111 1000110 110011

Color Harmonies of #DA2C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C47

Black with #DA2C47

Text Example


Text Example

White with #DA2C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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