Html Css Color HEX #D73249 Amaranth

📋 copy color: '#D73249'

red 215 ◦ green 50 ◦ blue 73

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

Shades of Amaranth #D73249

Tints of Amaranth #D73249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 63.61%
G = 14.79%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D73249 (or 0xD73249) is known color: Amaranth. HEX triplet: D7, 32 and 49. RGB value is (215,50,73). Sum of RGB (Red+Green+Blue) = 215+50+73=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73249 is #28CDB6. Grayscale: #666666. Windows color (decimal): -2674103 or 4797143. OLE color: 4797143.

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

Color convert

RGB 215 50 73 -
CMYK 0 0.77 0.66 0.16
HSL 351.64º 0.67% 0.52% -
HSV(B) 351.64º 0.77% 0.84% -
XYZ 30.37 17.21 8.02 -
YUV 101.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 215 50 73 0 0.77 0.66 0.16 351.64 0.67 0.52
Hex D7 32 49 0 4D 42 10 160 43 34
Octal 327 62 111 0 115 102 20 540 103 64
Binary 11010111 110010 1001001 0 1001101 1000010 10000 101100000 1000011 110100

Color Harmonies of #D73249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73249

Black with #D73249

Text Example


Text Example

White with #D73249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73249; }

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

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

background-color css

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

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

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

border-color css

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

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

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