Html Css Color HEX #D72149 Amaranth

📋 copy color: '#D72149'

red 215 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #D72149

Tints of Amaranth #D72149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 66.98%
G = 10.28%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72149 (or 0xD72149) is known color: Amaranth. HEX triplet: D7, 21 and 49. RGB value is (215,33,73). Sum of RGB (Red+Green+Blue) = 215+33+73=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D72149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72149 is #28DEB6. Grayscale: #5C5C5C. Windows color (decimal): -2678455 or 4792791. OLE color: 4792791.

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

Color convert

RGB 215 33 73 -
CMYK 0 0.85 0.66 0.16
HSL 346.81º 0.73% 0.49% -
HSV(B) 346.81º 0.85% 0.84% -
XYZ 29.77 16.02 7.83 -
YUV 91.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 215 33 73 0 0.85 0.66 0.16 346.81 0.73 0.49
Hex D7 21 49 0 55 42 10 15B 49 31
Octal 327 41 111 0 125 102 20 533 111 61
Binary 11010111 100001 1001001 0 1010101 1000010 10000 101011011 1001001 110001

Color Harmonies of #D72149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72149

Black with #D72149

Text Example


Text Example

White with #D72149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72149; }

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

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

background-color css

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

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

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

border-color css

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

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

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