Html Css Color HEX #D72F49 Amaranth

📋 copy color: '#D72F49'

red 215 ◦ green 47 ◦ blue 73

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

Shades of Amaranth #D72F49

Tints of Amaranth #D72F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

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

R = 64.18%
G = 14.03%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72F49 (or 0xD72F49) is known color: Amaranth. HEX triplet: D7, 2F and 49. RGB value is (215,47,73). Sum of RGB (Red+Green+Blue) = 215+47+73=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F49 is #28D0B6. Grayscale: #646464. Windows color (decimal): -2674871 or 4796375. OLE color: 4796375.

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

Color convert

RGB 215 47 73 -
CMYK 0 0.78 0.66 0.16
HSL 350.71º 0.68% 0.51% -
HSV(B) 350.71º 0.78% 0.84% -
XYZ 30.24 16.96 7.98 -
YUV 100.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 215 47 73 0 0.78 0.66 0.16 350.71 0.68 0.51
Hex D7 2F 49 0 4E 42 10 15F 44 33
Octal 327 57 111 0 116 102 20 537 104 63
Binary 11010111 101111 1001001 0 1001110 1000010 10000 101011111 1000100 110011

Color Harmonies of #D72F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F49

Black with #D72F49

Text Example


Text Example

White with #D72F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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