Html Css Color HEX #D72850 Amaranth

📋 copy color: '#D72850'

red 215 ◦ green 40 ◦ blue 80

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

Shades of Amaranth #D72850

Tints of Amaranth #D72850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

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

R = 64.18%
G = 11.94%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D72850 (or 0xD72850) is known color: Amaranth. HEX triplet: D7, 28 and 50. RGB value is (215,40,80). Sum of RGB (Red+Green+Blue) = 215+40+80=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72850 is #28D7AF. Grayscale: #606060. Windows color (decimal): -2676656 or 5253335. OLE color: 5253335.

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

Color convert

RGB 215 40 80 -
CMYK 0 0.81 0.63 0.16
HSL 346.29º 0.69% 0.5% -
HSV(B) 346.29º 0.81% 0.84% -
XYZ 30.23 16.54 9.19 -
YUV 96.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 215 40 80 0 0.81 0.63 0.16 346.29 0.69 0.5
Hex D7 28 50 0 51 3F 10 15A 45 32
Octal 327 50 120 0 121 77 20 532 105 62
Binary 11010111 101000 1010000 0 1010001 111111 10000 101011010 1000101 110010

Color Harmonies of #D72850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72850

Black with #D72850

Text Example


Text Example

White with #D72850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72850; }

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

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

background-color css

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

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

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

border-color css

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

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

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