Html Css Color HEX #D72549 Amaranth

📋 copy color: '#D72549'

red 215 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #D72549

Tints of Amaranth #D72549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 66.15%
G = 11.38%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72549 (or 0xD72549) is known color: Amaranth. HEX triplet: D7, 25 and 49. RGB value is (215,37,73). Sum of RGB (Red+Green+Blue) = 215+37+73=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D72549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72549 is #28DAB6. Grayscale: #5E5E5E. Windows color (decimal): -2677431 or 4793815. OLE color: 4793815.

HSL color Cylindrical-coordinate representation of color #D72549: hue angle of 347.87º 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 #D72549 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 73 -
CMYK 0 0.83 0.66 0.16
HSL 347.87º 0.71% 0.49% -
HSV(B) 347.87º 0.83% 0.84% -
XYZ 29.89 16.25 7.86 -
YUV 94.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 215 37 73 0 0.83 0.66 0.16 347.87 0.71 0.49
Hex D7 25 49 0 53 42 10 15C 47 31
Octal 327 45 111 0 123 102 20 534 107 61
Binary 11010111 100101 1001001 0 1010011 1000010 10000 101011100 1000111 110001

Color Harmonies of #D72549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72549

Black with #D72549

Text Example


Text Example

White with #D72549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72549; }

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

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

background-color css

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

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

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

border-color css

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

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

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