Html Css Color HEX #D72B50 Amaranth

📋 copy color: '#D72B50'

red 215 ◦ green 43 ◦ blue 80

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

Shades of Amaranth #D72B50

Tints of Amaranth #D72B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 63.61%
G = 12.72%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D72B50 (or 0xD72B50) is known color: Amaranth. HEX triplet: D7, 2B and 50. RGB value is (215,43,80). Sum of RGB (Red+Green+Blue) = 215+43+80=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B50 is #28D4AF. Grayscale: #626262. Windows color (decimal): -2675888 or 5254103. OLE color: 5254103.

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

Color convert

RGB 215 43 80 -
CMYK 0 0.8 0.63 0.16
HSL 347.09º 0.68% 0.51% -
HSV(B) 347.09º 0.8% 0.84% -
XYZ 30.34 16.75 9.22 -
YUV 98.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 215 43 80 0 0.8 0.63 0.16 347.09 0.68 0.51
Hex D7 2B 50 0 50 3F 10 15B 44 33
Octal 327 53 120 0 120 77 20 533 104 63
Binary 11010111 101011 1010000 0 1010000 111111 10000 101011011 1000100 110011

Color Harmonies of #D72B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B50

Black with #D72B50

Text Example


Text Example

White with #D72B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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