Html Css Color HEX #D72756 Amaranth

📋 copy color: '#D72756'

red 215 ◦ green 39 ◦ blue 86

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

Shades of Amaranth #D72756

Tints of Amaranth #D72756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 63.24%
G = 11.47%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D72756 (or 0xD72756) is known color: Amaranth. HEX triplet: D7, 27 and 56. RGB value is (215,39,86). Sum of RGB (Red+Green+Blue) = 215+39+86=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D72756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72756 is #28D8A9. Grayscale: #606060. Windows color (decimal): -2676906 or 5646295. OLE color: 5646295.

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

Color convert

RGB 215 39 86 -
CMYK 0 0.82 0.6 0.16
HSL 343.98º 0.69% 0.5% -
HSV(B) 343.98º 0.82% 0.84% -
XYZ 30.43 16.57 10.4 -
YUV 96.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 215 39 86 0 0.82 0.6 0.16 343.98 0.69 0.5
Hex D7 27 56 0 52 3C 10 158 45 32
Octal 327 47 126 0 122 74 20 530 105 62
Binary 11010111 100111 1010110 0 1010010 111100 10000 101011000 1000101 110010

Color Harmonies of #D72756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72756

Black with #D72756

Text Example


Text Example

White with #D72756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72756; }

 p { color: rgb(215,39,86); }

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

background-color css

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

 a { background-color: rgb(215,39,86); }

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

border-color css

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

 span { border-color: rgb(215,39,86); }

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