Html Css Color HEX #D72454 Amaranth

📋 copy color: '#D72454'

red 215 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #D72454

Tints of Amaranth #D72454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 64.18%
G = 10.75%
B = 25.07%

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

#D72454 (or 0xD72454) is known color: Amaranth. HEX triplet: D7, 24 and 54. RGB value is (215,36,84). Sum of RGB (Red+Green+Blue) = 215+36+84=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72454 is #28DBAB. Grayscale: #5E5E5E. Windows color (decimal): -2677676 or 5514455. OLE color: 5514455.

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

Color convert

RGB 215 36 84 -
CMYK 0 0.83 0.61 0.16
HSL 343.91º 0.71% 0.49% -
HSV(B) 343.91º 0.83% 0.84% -
XYZ 30.26 16.35 9.95 -
YUV 94.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 215 36 84 0 0.83 0.61 0.16 343.91 0.71 0.49
Hex D7 24 54 0 53 3D 10 158 47 31
Octal 327 44 124 0 123 75 20 530 107 61
Binary 11010111 100100 1010100 0 1010011 111101 10000 101011000 1000111 110001

Color Harmonies of #D72454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72454

Black with #D72454

Text Example


Text Example

White with #D72454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72454; }

 p { color: rgb(215,36,84); }

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

background-color css

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

 a { background-color: rgb(215,36,84); }

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

border-color css

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

 span { border-color: rgb(215,36,84); }

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