Html Css Color HEX #D73C50 Amaranth

📋 copy color: '#D73C50'

red 215 ◦ green 60 ◦ blue 80

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

Shades of Amaranth #D73C50

Tints of Amaranth #D73C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 60.56%
G = 16.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D73C50 (or 0xD73C50) is known color: Amaranth. HEX triplet: D7, 3C and 50. RGB value is (215,60,80). Sum of RGB (Red+Green+Blue) = 215+60+80=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C50 is #28C3AF. Grayscale: #6C6C6C. Windows color (decimal): -2671536 or 5258455. OLE color: 5258455.

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

Color convert

RGB 215 60 80 -
CMYK 0 0.72 0.63 0.16
HSL 352.26º 0.66% 0.54% -
HSV(B) 352.26º 0.72% 0.84% -
XYZ 31.09 18.26 9.48 -
YUV 108.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 215 60 80 0 0.72 0.63 0.16 352.26 0.66 0.54
Hex D7 3C 50 0 48 3F 10 160 42 36
Octal 327 74 120 0 110 77 20 540 102 66
Binary 11010111 111100 1010000 0 1001000 111111 10000 101100000 1000010 110110

Color Harmonies of #D73C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C50

Black with #D73C50

Text Example


Text Example

White with #D73C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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