Html Css Color HEX #D72C4D Amaranth

📋 copy color: '#D72C4D'

red 215 ◦ green 44 ◦ blue 77

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

Shades of Amaranth #D72C4D

Tints of Amaranth #D72C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 63.99%
G = 13.1%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D72C4D (or 0xD72C4D) is known color: Amaranth. HEX triplet: D7, 2C and 4D. RGB value is (215,44,77). Sum of RGB (Red+Green+Blue) = 215+44+77=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C4D is #28D3B2. Grayscale: #626262. Windows color (decimal): -2675635 or 5057751. OLE color: 5057751.

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

Color convert

RGB 215 44 77 -
CMYK 0 0.80 0.64 0.16
HSL 348.42º 0.68% 0.51% -
HSV(B) 348.42º 0.8% 0.84% -
XYZ 30.26 16.78 8.67 -
YUV 98.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 215 44 77 0 0.80 0.64 0.16 348.42 0.68 0.51
Hex D7 2C 4D 0 50 40 10 15C 44 33
Octal 327 54 115 0 120 100 20 534 104 63
Binary 11010111 101100 1001101 0 1010000 1000000 10000 101011100 1000100 110011

Color Harmonies of #D72C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C4D

Black with #D72C4D

Text Example


Text Example

White with #D72C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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