Html Css Color HEX #D73048 Amaranth

📋 copy color: '#D73048'

red 215 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #D73048

Tints of Amaranth #D73048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 64.18%
G = 14.33%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D73048 (or 0xD73048) is known color: Amaranth. HEX triplet: D7, 30 and 48. RGB value is (215,48,72). Sum of RGB (Red+Green+Blue) = 215+48+72=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D73048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73048 is #28CFB7. Grayscale: #646464. Windows color (decimal): -2674616 or 4731095. OLE color: 4731095.

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

Color convert

RGB 215 48 72 -
CMYK 0 0.78 0.67 0.16
HSL 351.38º 0.68% 0.52% -
HSV(B) 351.38º 0.78% 0.84% -
XYZ 30.25 17.03 7.82 -
YUV 100.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 215 48 72 0 0.78 0.67 0.16 351.38 0.68 0.52
Hex D7 30 48 0 4E 43 10 15F 44 34
Octal 327 60 110 0 116 103 20 537 104 64
Binary 11010111 110000 1001000 0 1001110 1000011 10000 101011111 1000100 110100

Color Harmonies of #D73048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73048

Black with #D73048

Text Example


Text Example

White with #D73048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73048; }

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

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

background-color css

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

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

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

border-color css

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

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

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