Html Css Color HEX #D73251 Amaranth

📋 copy color: '#D73251'

red 215 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #D73251

Tints of Amaranth #D73251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

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

R = 62.14%
G = 14.45%
B = 23.41%

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

#D73251 (or 0xD73251) is known color: Amaranth. HEX triplet: D7, 32 and 51. RGB value is (215,50,81). Sum of RGB (Red+Green+Blue) = 215+50+81=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D73251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73251 is #28CDAE. Grayscale: #666666. Windows color (decimal): -2674095 or 5321431. OLE color: 5321431.

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

Color convert

RGB 215 50 81 -
CMYK 0 0.77 0.62 0.16
HSL 348.73º 0.67% 0.52% -
HSV(B) 348.73º 0.77% 0.84% -
XYZ 30.65 17.32 9.51 -
YUV 102.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 215 50 81 0 0.77 0.62 0.16 348.73 0.67 0.52
Hex D7 32 51 0 4D 3E 10 15D 43 34
Octal 327 62 121 0 115 76 20 535 103 64
Binary 11010111 110010 1010001 0 1001101 111110 10000 101011101 1000011 110100

Color Harmonies of #D73251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73251

Black with #D73251

Text Example


Text Example

White with #D73251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73251; }

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

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

background-color css

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

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

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

border-color css

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

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

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