Html Css Color HEX #D72E54 Amaranth

📋 copy color: '#D72E54'

red 215 ◦ green 46 ◦ blue 84

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

Shades of Amaranth #D72E54

Tints of Amaranth #D72E54

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 62.32%
G = 13.33%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D72E54 (or 0xD72E54) is known color: Amaranth. HEX triplet: D7, 2E and 54. RGB value is (215,46,84). Sum of RGB (Red+Green+Blue) = 215+46+84=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E54 is #28D1AB. Grayscale: #646464. Windows color (decimal): -2675116 or 5517015. OLE color: 5517015.

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

Color convert

RGB 215 46 84 -
CMYK 0 0.79 0.61 0.16
HSL 346.51º 0.68% 0.51% -
HSV(B) 346.51º 0.79% 0.84% -
XYZ 30.6 17.04 10.06 -
YUV 100.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 215 46 84 0 0.79 0.61 0.16 346.51 0.68 0.51
Hex D7 2E 54 0 4F 3D 10 15B 44 33
Octal 327 56 124 0 117 75 20 533 104 63
Binary 11010111 101110 1010100 0 1001111 111101 10000 101011011 1000100 110011

Color Harmonies of #D72E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E54

Black with #D72E54

Text Example


Text Example

White with #D72E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E54; }

 p { color: rgb(215,46,84); }

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

background-color css

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

 a { background-color: rgb(215,46,84); }

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

border-color css

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

 span { border-color: rgb(215,46,84); }

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