Html Css Color HEX #D72C50 Amaranth

📋 copy color: '#D72C50'

red 215 ◦ green 44 ◦ blue 80

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

Shades of Amaranth #D72C50

Tints of Amaranth #D72C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

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

R = 63.42%
G = 12.98%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D72C50 (or 0xD72C50) is known color: Amaranth. HEX triplet: D7, 2C and 50. RGB value is (215,44,80). Sum of RGB (Red+Green+Blue) = 215+44+80=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C50 is #28D3AF. Grayscale: #636363. Windows color (decimal): -2675632 or 5254359. OLE color: 5254359.

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

Color convert

RGB 215 44 80 -
CMYK 0 0.80 0.63 0.16
HSL 347.37º 0.68% 0.51% -
HSV(B) 347.37º 0.8% 0.84% -
XYZ 30.37 16.83 9.24 -
YUV 99.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 215 44 80 0 0.80 0.63 0.16 347.37 0.68 0.51
Hex D7 2C 50 0 50 3F 10 15B 44 33
Octal 327 54 120 0 120 77 20 533 104 63
Binary 11010111 101100 1010000 0 1010000 111111 10000 101011011 1000100 110011

Color Harmonies of #D72C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C50

Black with #D72C50

Text Example


Text Example

White with #D72C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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