Html Css Color HEX #D73D4D Amaranth

📋 copy color: '#D73D4D'

red 215 ◦ green 61 ◦ blue 77

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

Shades of Amaranth #D73D4D

Tints of Amaranth #D73D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

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

R = 60.91%
G = 17.28%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D73D4D (or 0xD73D4D) is known color: Amaranth. HEX triplet: D7, 3D and 4D. RGB value is (215,61,77). Sum of RGB (Red+Green+Blue) = 215+61+77=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D4D is #28C2B2. Grayscale: #6C6C6C. Windows color (decimal): -2671283 or 5062103. OLE color: 5062103.

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

Color convert

RGB 215 61 77 -
CMYK 0 0.72 0.64 0.16
HSL 353.77º 0.66% 0.54% -
HSV(B) 353.77º 0.72% 0.84% -
XYZ 31.03 18.32 8.92 -
YUV 108.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 215 61 77 0 0.72 0.64 0.16 353.77 0.66 0.54
Hex D7 3D 4D 0 48 40 10 162 42 36
Octal 327 75 115 0 110 100 20 542 102 66
Binary 11010111 111101 1001101 0 1001000 1000000 10000 101100010 1000010 110110

Color Harmonies of #D73D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D4D

Black with #D73D4D

Text Example


Text Example

White with #D73D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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