Html Css Color HEX #D72449 Amaranth

📋 copy color: '#D72449'

red 215 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #D72449

Tints of Amaranth #D72449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

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

R = 66.36%
G = 11.11%
B = 22.53%

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

#D72449 (or 0xD72449) is known color: Amaranth. HEX triplet: D7, 24 and 49. RGB value is (215,36,73). Sum of RGB (Red+Green+Blue) = 215+36+73=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D72449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72449 is #28DBB6. Grayscale: #5D5D5D. Windows color (decimal): -2677687 or 4793559. OLE color: 4793559.

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

Color convert

RGB 215 36 73 -
CMYK 0 0.83 0.66 0.16
HSL 347.6º 0.71% 0.49% -
HSV(B) 347.6º 0.83% 0.84% -
XYZ 29.86 16.19 7.85 -
YUV 93.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 215 36 73 0 0.83 0.66 0.16 347.6 0.71 0.49
Hex D7 24 49 0 53 42 10 15C 47 31
Octal 327 44 111 0 123 102 20 534 107 61
Binary 11010111 100100 1001001 0 1010011 1000010 10000 101011100 1000111 110001

Color Harmonies of #D72449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72449

Black with #D72449

Text Example


Text Example

White with #D72449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72449; }

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

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

background-color css

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

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

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

border-color css

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

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

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