Html Css Color HEX #D72751 Amaranth

📋 copy color: '#D72751'

red 215 ◦ green 39 ◦ blue 81

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

Shades of Amaranth #D72751

Tints of Amaranth #D72751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 64.18%
G = 11.64%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72751 (or 0xD72751) is known color: Amaranth. HEX triplet: D7, 27 and 51. RGB value is (215,39,81). Sum of RGB (Red+Green+Blue) = 215+39+81=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72751 is #28D8AE. Grayscale: #606060. Windows color (decimal): -2676911 or 5318615. OLE color: 5318615.

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

Color convert

RGB 215 39 81 -
CMYK 0 0.82 0.62 0.16
HSL 345.68º 0.69% 0.5% -
HSV(B) 345.68º 0.82% 0.84% -
XYZ 30.24 16.49 9.37 -
YUV 96.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 215 39 81 0 0.82 0.62 0.16 345.68 0.69 0.5
Hex D7 27 51 0 52 3E 10 15A 45 32
Octal 327 47 121 0 122 76 20 532 105 62
Binary 11010111 100111 1010001 0 1010010 111110 10000 101011010 1000101 110010

Color Harmonies of #D72751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72751

Black with #D72751

Text Example


Text Example

White with #D72751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72751; }

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

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

background-color css

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

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

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

border-color css

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

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

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