Html Css Color HEX #D73A4D Amaranth

📋 copy color: '#D73A4D'

red 215 ◦ green 58 ◦ blue 77

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

Shades of Amaranth #D73A4D

Tints of Amaranth #D73A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 61.43%
G = 16.57%
B = 22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D73A4D (or 0xD73A4D) is known color: Amaranth. HEX triplet: D7, 3A and 4D. RGB value is (215,58,77). Sum of RGB (Red+Green+Blue) = 215+58+77=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73A4D is #28C5B2. Grayscale: #6B6B6B. Windows color (decimal): -2672051 or 5061335. OLE color: 5061335.

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

Color convert

RGB 215 58 77 -
CMYK 0 0.73 0.64 0.16
HSL 352.74º 0.66% 0.54% -
HSV(B) 352.74º 0.73% 0.84% -
XYZ 30.88 18.01 8.87 -
YUV 107.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 215 58 77 0 0.73 0.64 0.16 352.74 0.66 0.54
Hex D7 3A 4D 0 49 40 10 161 42 36
Octal 327 72 115 0 111 100 20 541 102 66
Binary 11010111 111010 1001101 0 1001001 1000000 10000 101100001 1000010 110110

Color Harmonies of #D73A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73A4D

Black with #D73A4D

Text Example


Text Example

White with #D73A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73A4D; }

 p { color: rgb(215,58,77); }

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

background-color css

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

 a { background-color: rgb(215,58,77); }

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

border-color css

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

 span { border-color: rgb(215,58,77); }

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