Html Css Color HEX #D72353 Amaranth

📋 copy color: '#D72353'

red 215 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #D72353

Tints of Amaranth #D72353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 64.56%
G = 10.51%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D72353 (or 0xD72353) is known color: Amaranth. HEX triplet: D7, 23 and 53. RGB value is (215,35,83). Sum of RGB (Red+Green+Blue) = 215+35+83=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72353 is #28DCAC. Grayscale: #5E5E5E. Windows color (decimal): -2677933 or 5448663. OLE color: 5448663.

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

Color convert

RGB 215 35 83 -
CMYK 0 0.84 0.61 0.16
HSL 344º 0.72% 0.49% -
HSV(B) 344º 0.84% 0.84% -
XYZ 30.19 16.27 9.73 -
YUV 94.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 215 35 83 0 0.84 0.61 0.16 344 0.72 0.49
Hex D7 23 53 0 54 3D 10 158 48 31
Octal 327 43 123 0 124 75 20 530 110 61
Binary 11010111 100011 1010011 0 1010100 111101 10000 101011000 1001000 110001

Color Harmonies of #D72353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72353

Black with #D72353

Text Example


Text Example

White with #D72353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72353; }

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

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

background-color css

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

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

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

border-color css

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

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

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