Html Css Color HEX #D7364D Amaranth

📋 copy color: '#D7364D'

red 215 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #D7364D

Tints of Amaranth #D7364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 62.14%
G = 15.61%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7364D (or 0xD7364D) is known color: Amaranth. HEX triplet: D7, 36 and 4D. RGB value is (215,54,77). Sum of RGB (Red+Green+Blue) = 215+54+77=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7364D is #28C9B2. Grayscale: #686868. Windows color (decimal): -2673075 or 5060311. OLE color: 5060311.

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

Color convert

RGB 215 54 77 -
CMYK 0 0.75 0.64 0.16
HSL 351.43º 0.67% 0.53% -
HSV(B) 351.43º 0.75% 0.84% -
XYZ 30.68 17.62 8.81 -
YUV 104.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 215 54 77 0 0.75 0.64 0.16 351.43 0.67 0.53
Hex D7 36 4D 0 4B 40 10 15F 43 35
Octal 327 66 115 0 113 100 20 537 103 65
Binary 11010111 110110 1001101 0 1001011 1000000 10000 101011111 1000011 110101

Color Harmonies of #D7364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7364D

Black with #D7364D

Text Example


Text Example

White with #D7364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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