Html Css Color HEX #D72547 Amaranth

📋 copy color: '#D72547'

red 215 ◦ green 37 ◦ blue 71

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

Shades of Amaranth #D72547

Tints of Amaranth #D72547

RGB

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

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

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

R = 66.56%
G = 11.46%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D72547 (or 0xD72547) is known color: Amaranth. HEX triplet: D7, 25 and 47. RGB value is (215,37,71). Sum of RGB (Red+Green+Blue) = 215+37+71=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D72547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72547 is #28DAB8. Grayscale: #5E5E5E. Windows color (decimal): -2677433 or 4662743. OLE color: 4662743.

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

Color convert

RGB 215 37 71 -
CMYK 0 0.83 0.67 0.16
HSL 348.54º 0.71% 0.49% -
HSV(B) 348.54º 0.83% 0.84% -
XYZ 29.82 16.23 7.52 -
YUV 94.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 215 37 71 0 0.83 0.67 0.16 348.54 0.71 0.49
Hex D7 25 47 0 53 43 10 15D 47 31
Octal 327 45 107 0 123 103 20 535 107 61
Binary 11010111 100101 1000111 0 1010011 1000011 10000 101011101 1000111 110001

Color Harmonies of #D72547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72547

Black with #D72547

Text Example


Text Example

White with #D72547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72547; }

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

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

background-color css

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

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

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

border-color css

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

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

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