Html Css Color HEX #D72053 Amaranth

📋 copy color: '#D72053'

red 215 ◦ green 32 ◦ blue 83

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

Shades of Amaranth #D72053

Tints of Amaranth #D72053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 65.15%
G = 9.7%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D72053 (or 0xD72053) is known color: Amaranth. HEX triplet: D7, 20 and 53. RGB value is (215,32,83). Sum of RGB (Red+Green+Blue) = 215+32+83=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D72053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72053 is #28DFAC. Grayscale: #5C5C5C. Windows color (decimal): -2678701 or 5447895. OLE color: 5447895.

HSL color Cylindrical-coordinate representation of color #D72053: hue angle of 343.28º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72053 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 83 -
CMYK 0 0.85 0.61 0.16
HSL 343.28º 0.74% 0.48% -
HSV(B) 343.28º 0.85% 0.84% -
XYZ 30.1 16.1 9.71 -
YUV 92.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 215 32 83 0 0.85 0.61 0.16 343.28 0.74 0.48
Hex D7 20 53 0 55 3D 10 157 4A 30
Octal 327 40 123 0 125 75 20 527 112 60
Binary 11010111 100000 1010011 0 1010101 111101 10000 101010111 1001010 110000

Color Harmonies of #D72053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72053

Black with #D72053

Text Example


Text Example

White with #D72053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72053; }

 p { color: rgb(215,32,83); }

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

background-color css

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

 a { background-color: rgb(215,32,83); }

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

border-color css

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

 span { border-color: rgb(215,32,83); }

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