Html Css Color HEX #D72D50 Amaranth

📋 copy color: '#D72D50'

red 215 ◦ green 45 ◦ blue 80

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

Shades of Amaranth #D72D50

Tints of Amaranth #D72D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 63.24%
G = 13.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D72D50 (or 0xD72D50) is known color: Amaranth. HEX triplet: D7, 2D and 50. RGB value is (215,45,80). Sum of RGB (Red+Green+Blue) = 215+45+80=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D50 is #28D2AF. Grayscale: #636363. Windows color (decimal): -2675376 or 5254615. OLE color: 5254615.

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

Color convert

RGB 215 45 80 -
CMYK 0 0.79 0.63 0.16
HSL 347.65º 0.68% 0.51% -
HSV(B) 347.65º 0.79% 0.84% -
XYZ 30.41 16.9 9.25 -
YUV 99.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 215 45 80 0 0.79 0.63 0.16 347.65 0.68 0.51
Hex D7 2D 50 0 4F 3F 10 15C 44 33
Octal 327 55 120 0 117 77 20 534 104 63
Binary 11010111 101101 1010000 0 1001111 111111 10000 101011100 1000100 110011

Color Harmonies of #D72D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D50

Black with #D72D50

Text Example


Text Example

White with #D72D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D50; }

 p { color: rgb(215,45,80); }

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

background-color css

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

 a { background-color: rgb(215,45,80); }

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

border-color css

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

 span { border-color: rgb(215,45,80); }

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