Html Css Color HEX #D72C52 Amaranth

📋 copy color: '#D72C52'

red 215 ◦ green 44 ◦ blue 82

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

Shades of Amaranth #D72C52

Tints of Amaranth #D72C52

RGB

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

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

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

R = 63.05%
G = 12.9%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72C52 (or 0xD72C52) is known color: Amaranth. HEX triplet: D7, 2C and 52. RGB value is (215,44,82). Sum of RGB (Red+Green+Blue) = 215+44+82=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C52 is #28D3AD. Grayscale: #636363. Windows color (decimal): -2675630 or 5385431. OLE color: 5385431.

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

Color convert

RGB 215 44 82 -
CMYK 0 0.80 0.62 0.16
HSL 346.67º 0.68% 0.51% -
HSV(B) 346.67º 0.8% 0.84% -
XYZ 30.45 16.86 9.63 -
YUV 99.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 215 44 82 0 0.80 0.62 0.16 346.67 0.68 0.51
Hex D7 2C 52 0 50 3E 10 15B 44 33
Octal 327 54 122 0 120 76 20 533 104 63
Binary 11010111 101100 1010010 0 1010000 111110 10000 101011011 1000100 110011

Color Harmonies of #D72C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C52

Black with #D72C52

Text Example


Text Example

White with #D72C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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