Html Css Color HEX #D72952 Amaranth

📋 copy color: '#D72952'

red 215 ◦ green 41 ◦ blue 82

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

Shades of Amaranth #D72952

Tints of Amaranth #D72952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 63.61%
G = 12.13%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72952 (or 0xD72952) is known color: Amaranth. HEX triplet: D7, 29 and 52. RGB value is (215,41,82). Sum of RGB (Red+Green+Blue) = 215+41+82=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D72952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72952 is #28D6AD. Grayscale: #616161. Windows color (decimal): -2676398 or 5384663. OLE color: 5384663.

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

Color convert

RGB 215 41 82 -
CMYK 0 0.81 0.62 0.16
HSL 345.86º 0.69% 0.5% -
HSV(B) 345.86º 0.81% 0.84% -
XYZ 30.34 16.64 9.6 -
YUV 97.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 215 41 82 0 0.81 0.62 0.16 345.86 0.69 0.5
Hex D7 29 52 0 51 3E 10 15A 45 32
Octal 327 51 122 0 121 76 20 532 105 62
Binary 11010111 101001 1010010 0 1010001 111110 10000 101011010 1000101 110010

Color Harmonies of #D72952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72952

Black with #D72952

Text Example


Text Example

White with #D72952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72952; }

 p { color: rgb(215,41,82); }

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

background-color css

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

 a { background-color: rgb(215,41,82); }

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

border-color css

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

 span { border-color: rgb(215,41,82); }

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