Html Css Color HEX #D73049 Amaranth

📋 copy color: '#D73049'

red 215 ◦ green 48 ◦ blue 73

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

Shades of Amaranth #D73049

Tints of Amaranth #D73049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

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

R = 63.99%
G = 14.29%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D73049 (or 0xD73049) is known color: Amaranth. HEX triplet: D7, 30 and 49. RGB value is (215,48,73). Sum of RGB (Red+Green+Blue) = 215+48+73=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D73049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73049 is #28CFB6. Grayscale: #646464. Windows color (decimal): -2674615 or 4796631. OLE color: 4796631.

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

Color convert

RGB 215 48 73 -
CMYK 0 0.78 0.66 0.16
HSL 351.02º 0.68% 0.52% -
HSV(B) 351.02º 0.78% 0.84% -
XYZ 30.28 17.04 8 -
YUV 100.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 215 48 73 0 0.78 0.66 0.16 351.02 0.68 0.52
Hex D7 30 49 0 4E 42 10 15F 44 34
Octal 327 60 111 0 116 102 20 537 104 64
Binary 11010111 110000 1001001 0 1001110 1000010 10000 101011111 1000100 110100

Color Harmonies of #D73049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73049

Black with #D73049

Text Example


Text Example

White with #D73049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73049; }

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

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

background-color css

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

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

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

border-color css

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

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

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