Html Css Color HEX #D73449 Amaranth

📋 copy color: '#D73449'

red 215 ◦ green 52 ◦ blue 73

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

Shades of Amaranth #D73449

Tints of Amaranth #D73449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 63.24%
G = 15.29%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D73449 (or 0xD73449) is known color: Amaranth. HEX triplet: D7, 34 and 49. RGB value is (215,52,73). Sum of RGB (Red+Green+Blue) = 215+52+73=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D73449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73449 is #28CBB6. Grayscale: #676767. Windows color (decimal): -2673591 or 4797655. OLE color: 4797655.

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

Color convert

RGB 215 52 73 -
CMYK 0 0.76 0.66 0.16
HSL 352.27º 0.67% 0.52% -
HSV(B) 352.27º 0.76% 0.84% -
XYZ 30.45 17.38 8.05 -
YUV 103.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 215 52 73 0 0.76 0.66 0.16 352.27 0.67 0.52
Hex D7 34 49 0 4C 42 10 160 43 34
Octal 327 64 111 0 114 102 20 540 103 64
Binary 11010111 110100 1001001 0 1001100 1000010 10000 101100000 1000011 110100

Color Harmonies of #D73449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73449

Black with #D73449

Text Example


Text Example

White with #D73449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73449; }

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

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

background-color css

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

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

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

border-color css

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

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

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