Html Css Color HEX #D73150 Amaranth

📋 copy color: '#D73150'

red 215 ◦ green 49 ◦ blue 80

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

Shades of Amaranth #D73150

Tints of Amaranth #D73150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

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

R = 62.5%
G = 14.24%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D73150 (or 0xD73150) is known color: Amaranth. HEX triplet: D7, 31 and 50. RGB value is (215,49,80). Sum of RGB (Red+Green+Blue) = 215+49+80=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D73150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73150 is #28CEAF. Grayscale: #666666. Windows color (decimal): -2674352 or 5255639. OLE color: 5255639.

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

Color convert

RGB 215 49 80 -
CMYK 0 0.77 0.63 0.16
HSL 348.8º 0.67% 0.52% -
HSV(B) 348.8º 0.77% 0.84% -
XYZ 30.57 17.22 9.3 -
YUV 102.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 215 49 80 0 0.77 0.63 0.16 348.8 0.67 0.52
Hex D7 31 50 0 4D 3F 10 15D 43 34
Octal 327 61 120 0 115 77 20 535 103 64
Binary 11010111 110001 1010000 0 1001101 111111 10000 101011101 1000011 110100

Color Harmonies of #D73150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73150

Black with #D73150

Text Example


Text Example

White with #D73150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73150; }

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

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

background-color css

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

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

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

border-color css

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

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

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