Html Css Color HEX #D73051 Amaranth

📋 copy color: '#D73051'

red 215 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #D73051

Tints of Amaranth #D73051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 62.5%
G = 13.95%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D73051 (or 0xD73051) is known color: Amaranth. HEX triplet: D7, 30 and 51. RGB value is (215,48,81). Sum of RGB (Red+Green+Blue) = 215+48+81=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D73051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73051 is #28CFAE. Grayscale: #656565. Windows color (decimal): -2674607 or 5320919. OLE color: 5320919.

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

Color convert

RGB 215 48 81 -
CMYK 0 0.78 0.62 0.16
HSL 348.14º 0.68% 0.52% -
HSV(B) 348.14º 0.78% 0.84% -
XYZ 30.57 17.16 9.48 -
YUV 101.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 215 48 81 0 0.78 0.62 0.16 348.14 0.68 0.52
Hex D7 30 51 0 4E 3E 10 15C 44 34
Octal 327 60 121 0 116 76 20 534 104 64
Binary 11010111 110000 1010001 0 1001110 111110 10000 101011100 1000100 110100

Color Harmonies of #D73051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73051

Black with #D73051

Text Example


Text Example

White with #D73051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73051; }

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

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

background-color css

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

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

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

border-color css

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

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

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