#D73950

Color #D73950 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D73950

Tints of Amaranth #D73950

Color information

#D73950 (or 0xD73950) is unknown color: approx Amaranth. HEX triplet: D7, 39 and 50. RGB value is (215,57,80). Sum of RGB (Red+Green+Blue) = 215+57+80=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D73950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73950 is #28C6AF. Grayscale: #6A6A6A. Windows color (decimal): -2672304 or 5257687. OLE color: 5257687.

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

Color convert

RGB2155780-
CMYK00.730.630.16
HSL351.27º66.39%53.33%-
HSV(B)351.27º73.49%84.31%-
XYZ30.9417.959.42-
YUV106.86112.85205.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.08%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=61.08%
G=16.19%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215578000.730.630.16351.2766.3953.33
HexD739500493F1015f4235
Octal327711200111772053710265
Binary11010111111001101000001001001111111100001010111111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73950; }

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

 H1.HeaderClassName
 {
   color: #D73950;
 }
 .AnyTagClassName
 {
   color: #D73950;
 }
</style>
background-color css

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

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

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

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

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

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