Html Css Color HEX #D72A47 Amaranth

📋 copy color: '#D72A47'

red 215 ◦ green 42 ◦ blue 71

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

Shades of Amaranth #D72A47

Tints of Amaranth #D72A47

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

 GREEN value IS 42 (16.8% from 255) = 12.8%

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

R = 65.55%
G = 12.8%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D72A47 (or 0xD72A47) is known color: Amaranth. HEX triplet: D7, 2A and 47. RGB value is (215,42,71). Sum of RGB (Red+Green+Blue) = 215+42+71=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A47 is #28D5B8. Grayscale: #616161. Windows color (decimal): -2676153 or 4664023. OLE color: 4664023.

HSL color Cylindrical-coordinate representation of color #D72A47: hue angle of 349.94º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A47 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 71 -
CMYK 0 0.80 0.67 0.16
HSL 349.94º 0.68% 0.5% -
HSV(B) 349.94º 0.8% 0.84% -
XYZ 29.99 16.56 7.58 -
YUV 97.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 215 42 71 0 0.80 0.67 0.16 349.94 0.68 0.5
Hex D7 2A 47 0 50 43 10 15E 44 32
Octal 327 52 107 0 120 103 20 536 104 62
Binary 11010111 101010 1000111 0 1010000 1000011 10000 101011110 1000100 110010

Color Harmonies of #D72A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A47

Black with #D72A47

Text Example


Text Example

White with #D72A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A47; }

 p { color: rgb(215,42,71); }

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

background-color css

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

 a { background-color: rgb(215,42,71); }

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

border-color css

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

 span { border-color: rgb(215,42,71); }

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