Html Css Color HEX #D73C54 Amaranth

📋 copy color: '#D73C54'

red 215 ◦ green 60 ◦ blue 84

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

Shades of Amaranth #D73C54

Tints of Amaranth #D73C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.71%

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

R = 59.89%
G = 16.71%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D73C54 (or 0xD73C54) is known color: Amaranth. HEX triplet: D7, 3C and 54. RGB value is (215,60,84). Sum of RGB (Red+Green+Blue) = 215+60+84=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C54 is #28C3AB. Grayscale: #6D6D6D. Windows color (decimal): -2671532 or 5520599. OLE color: 5520599.

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

Color convert

RGB 215 60 84 -
CMYK 0 0.72 0.61 0.16
HSL 350.71º 0.66% 0.54% -
HSV(B) 350.71º 0.72% 0.84% -
XYZ 31.24 18.32 10.28 -
YUV 109.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 215 60 84 0 0.72 0.61 0.16 350.71 0.66 0.54
Hex D7 3C 54 0 48 3D 10 15F 42 36
Octal 327 74 124 0 110 75 20 537 102 66
Binary 11010111 111100 1010100 0 1001000 111101 10000 101011111 1000010 110110

Color Harmonies of #D73C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C54

Black with #D73C54

Text Example


Text Example

White with #D73C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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