Html Css Color HEX #D72649 Amaranth

📋 copy color: '#D72649'

red 215 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #D72649

Tints of Amaranth #D72649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 65.95%
G = 11.66%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72649 (or 0xD72649) is known color: Amaranth. HEX triplet: D7, 26 and 49. RGB value is (215,38,73). Sum of RGB (Red+Green+Blue) = 215+38+73=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D72649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72649 is #28D9B6. Grayscale: #5E5E5E. Windows color (decimal): -2677175 or 4794071. OLE color: 4794071.

HSL color Cylindrical-coordinate representation of color #D72649: hue angle of 348.14º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72649 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 73 -
CMYK 0 0.82 0.66 0.16
HSL 348.14º 0.7% 0.5% -
HSV(B) 348.14º 0.82% 0.84% -
XYZ 29.92 16.31 7.88 -
YUV 94.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 215 38 73 0 0.82 0.66 0.16 348.14 0.7 0.5
Hex D7 26 49 0 52 42 10 15C 46 32
Octal 327 46 111 0 122 102 20 534 106 62
Binary 11010111 100110 1001001 0 1010010 1000010 10000 101011100 1000110 110010

Color Harmonies of #D72649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72649

Black with #D72649

Text Example


Text Example

White with #D72649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72649; }

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

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

background-color css

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

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

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

border-color css

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

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

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