Html Css Color HEX #D72553 Amaranth

📋 copy color: '#D72553'

red 215 ◦ green 37 ◦ blue 83

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

Shades of Amaranth #D72553

Tints of Amaranth #D72553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 64.18%
G = 11.04%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D72553 (or 0xD72553) is known color: Amaranth. HEX triplet: D7, 25 and 53. RGB value is (215,37,83). Sum of RGB (Red+Green+Blue) = 215+37+83=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72553 is #28DAAC. Grayscale: #5F5F5F. Windows color (decimal): -2677421 or 5449175. OLE color: 5449175.

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

Color convert

RGB 215 37 83 -
CMYK 0 0.83 0.61 0.16
HSL 344.49º 0.71% 0.49% -
HSV(B) 344.49º 0.83% 0.84% -
XYZ 30.25 16.39 9.75 -
YUV 95.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 215 37 83 0 0.83 0.61 0.16 344.49 0.71 0.49
Hex D7 25 53 0 53 3D 10 158 47 31
Octal 327 45 123 0 123 75 20 530 107 61
Binary 11010111 100101 1010011 0 1010011 111101 10000 101011000 1000111 110001

Color Harmonies of #D72553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72553

Black with #D72553

Text Example


Text Example

White with #D72553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72553; }

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

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

background-color css

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

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

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

border-color css

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

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

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