#D73053

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

Shades of Amaranth #D73053

Tints of Amaranth #D73053

Color information

#D73053 (or 0xD73053) is unknown color: approx Amaranth. HEX triplet: D7, 30 and 53. RGB value is (215,48,83). Sum of RGB (Red+Green+Blue) = 215+48+83=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D73053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73053 is #28CFAC. Grayscale: #656565. Windows color (decimal): -2674605 or 5451991. OLE color: 5451991.

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

Color convert

RGB2154883-
CMYK00.780.610.16
HSL347.43º67.61%51.57%-
HSV(B)347.43º77.67%84.31%-
XYZ30.6417.199.89-
YUV101.92117.33208.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.14%
GREEN value IS 48 (19.14% from 255) = 13.87%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=62.14%
G=13.87%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215488300.780.610.16347.4367.6151.57
HexD7305304E3D1015b4434
Octal327601230116752053310464
Binary11010111110000101001101001110111101100001010110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73053; }

 p { color: rgb(215,48,83); }

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

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

 a { background-color: rgb(215,48,83); }

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

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

 span { border-color: rgb(215,48,83); }

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