Html Css Color HEX #D72E4A Amaranth

📋 copy color: '#D72E4A'

red 215 ◦ green 46 ◦ blue 74

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

Shades of Amaranth #D72E4A

Tints of Amaranth #D72E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 64.18%
G = 13.73%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72E4A (or 0xD72E4A) is known color: Amaranth. HEX triplet: D7, 2E and 4A. RGB value is (215,46,74). Sum of RGB (Red+Green+Blue) = 215+46+74=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E4A is #28D1B5. Grayscale: #636363. Windows color (decimal): -2675126 or 4861655. OLE color: 4861655.

HSL color Cylindrical-coordinate representation of color #D72E4A: hue angle of 350.06º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72E4A is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 46 74 -
CMYK 0 0.79 0.66 0.16
HSL 350.06º 0.68% 0.51% -
HSV(B) 350.06º 0.79% 0.84% -
XYZ 30.24 16.9 8.15 -
YUV 99.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 215 46 74 0 0.79 0.66 0.16 350.06 0.68 0.51
Hex D7 2E 4A 0 4F 42 10 15E 44 33
Octal 327 56 112 0 117 102 20 536 104 63
Binary 11010111 101110 1001010 0 1001111 1000010 10000 101011110 1000100 110011

Color Harmonies of #D72E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E4A

Black with #D72E4A

Text Example


Text Example

White with #D72E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E4A; }

 p { color: rgb(215,46,74); }

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

background-color css

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

 a { background-color: rgb(215,46,74); }

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

border-color css

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

 span { border-color: rgb(215,46,74); }

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