Html Css Color HEX #D73151 Amaranth

📋 copy color: '#D73151'

red 215 ◦ green 49 ◦ blue 81

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

Shades of Amaranth #D73151

Tints of Amaranth #D73151

RGB

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

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

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

R = 62.32%
G = 14.2%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D73151 (or 0xD73151) is known color: Amaranth. HEX triplet: D7, 31 and 51. RGB value is (215,49,81). Sum of RGB (Red+Green+Blue) = 215+49+81=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D73151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73151 is #28CEAE. Grayscale: #666666. Windows color (decimal): -2674351 or 5321175. OLE color: 5321175.

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

Color convert

RGB 215 49 81 -
CMYK 0 0.77 0.62 0.16
HSL 348.43º 0.67% 0.52% -
HSV(B) 348.43º 0.77% 0.84% -
XYZ 30.61 17.24 9.5 -
YUV 102.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 215 49 81 0 0.77 0.62 0.16 348.43 0.67 0.52
Hex D7 31 51 0 4D 3E 10 15C 43 34
Octal 327 61 121 0 115 76 20 534 103 64
Binary 11010111 110001 1010001 0 1001101 111110 10000 101011100 1000011 110100

Color Harmonies of #D73151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73151

Black with #D73151

Text Example


Text Example

White with #D73151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73151; }

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

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

background-color css

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

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

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

border-color css

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

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

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