Html Css Color HEX #DA2B47 Amaranth

📋 copy color: '#DA2B47'

red 218 ◦ green 43 ◦ blue 71

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

Shades of Amaranth #DA2B47

Tints of Amaranth #DA2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 65.66%
G = 12.95%
B = 21.39%

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

#DA2B47 (or 0xDA2B47) is known color: Amaranth. HEX triplet: DA, 2B and 47. RGB value is (218,43,71). Sum of RGB (Red+Green+Blue) = 218+43+71=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B47 is #25D4B8. Grayscale: #626262. Windows color (decimal): -2479289 or 4664282. OLE color: 4664282.

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

Color convert

RGB 218 43 71 -
CMYK 0 0.80 0.67 0.15
HSL 350.4º 0.7% 0.51% -
HSV(B) 350.4º 0.8% 0.85% -
XYZ 30.91 17.09 7.63 -
YUV 98.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 218 43 71 0 0.80 0.67 0.15 350.4 0.7 0.51
Hex DA 2B 47 0 50 43 F 15E 46 33
Octal 332 53 107 0 120 103 17 536 106 63
Binary 11011010 101011 1000111 0 1010000 1000011 1111 101011110 1000110 110011

Color Harmonies of #DA2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B47

Black with #DA2B47

Text Example


Text Example

White with #DA2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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