Html Css Color HEX #D73649 Amaranth

📋 copy color: '#D73649'

red 215 ◦ green 54 ◦ blue 73

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

Shades of Amaranth #D73649

Tints of Amaranth #D73649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 62.87%
G = 15.79%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D73649 (or 0xD73649) is known color: Amaranth. HEX triplet: D7, 36 and 49. RGB value is (215,54,73). Sum of RGB (Red+Green+Blue) = 215+54+73=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D73649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73649 is #28C9B6. Grayscale: #686868. Windows color (decimal): -2673079 or 4798167. OLE color: 4798167.

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

Color convert

RGB 215 54 73 -
CMYK 0 0.75 0.66 0.16
HSL 352.92º 0.67% 0.53% -
HSV(B) 352.92º 0.75% 0.84% -
XYZ 30.55 17.57 8.08 -
YUV 104.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 215 54 73 0 0.75 0.66 0.16 352.92 0.67 0.53
Hex D7 36 49 0 4B 42 10 161 43 35
Octal 327 66 111 0 113 102 20 541 103 65
Binary 11010111 110110 1001001 0 1001011 1000010 10000 101100001 1000011 110101

Color Harmonies of #D73649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73649

Black with #D73649

Text Example


Text Example

White with #D73649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73649; }

 p { color: rgb(215,54,73); }

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

background-color css

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

 a { background-color: rgb(215,54,73); }

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

border-color css

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

 span { border-color: rgb(215,54,73); }

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