Html Css Color HEX #D72F47 Amaranth

📋 copy color: '#D72F47'

red 215 ◦ green 47 ◦ blue 71

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

Shades of Amaranth #D72F47

Tints of Amaranth #D72F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 64.56%
G = 14.11%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D72F47 (or 0xD72F47) is known color: Amaranth. HEX triplet: D7, 2F and 47. RGB value is (215,47,71). Sum of RGB (Red+Green+Blue) = 215+47+71=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F47 is #28D0B8. Grayscale: #646464. Windows color (decimal): -2674873 or 4665303. OLE color: 4665303.

HSL color Cylindrical-coordinate representation of color #D72F47: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72F47 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 47 71 -
CMYK 0 0.78 0.67 0.16
HSL 351.43º 0.68% 0.51% -
HSV(B) 351.43º 0.78% 0.84% -
XYZ 30.18 16.94 7.64 -
YUV 99.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 215 47 71 0 0.78 0.67 0.16 351.43 0.68 0.51
Hex D7 2F 47 0 4E 43 10 15F 44 33
Octal 327 57 107 0 116 103 20 537 104 63
Binary 11010111 101111 1000111 0 1001110 1000011 10000 101011111 1000100 110011

Color Harmonies of #D72F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F47

Black with #D72F47

Text Example


Text Example

White with #D72F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F47; }

 p { color: rgb(215,47,71); }

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

background-color css

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

 a { background-color: rgb(215,47,71); }

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

border-color css

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

 span { border-color: rgb(215,47,71); }

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