Html Css Color HEX #D7314D Amaranth

📋 copy color: '#D7314D'

red 215 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #D7314D

Tints of Amaranth #D7314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

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

R = 63.05%
G = 14.37%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7314D (or 0xD7314D) is known color: Amaranth. HEX triplet: D7, 31 and 4D. RGB value is (215,49,77). Sum of RGB (Red+Green+Blue) = 215+49+77=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7314D is #28CEB2. Grayscale: #656565. Windows color (decimal): -2674355 or 5059031. OLE color: 5059031.

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

Color convert

RGB 215 49 77 -
CMYK 0 0.77 0.64 0.16
HSL 349.88º 0.67% 0.52% -
HSV(B) 349.88º 0.77% 0.84% -
XYZ 30.46 17.18 8.73 -
YUV 101.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 215 49 77 0 0.77 0.64 0.16 349.88 0.67 0.52
Hex D7 31 4D 0 4D 40 10 15E 43 34
Octal 327 61 115 0 115 100 20 536 103 64
Binary 11010111 110001 1001101 0 1001101 1000000 10000 101011110 1000011 110100

Color Harmonies of #D7314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7314D

Black with #D7314D

Text Example


Text Example

White with #D7314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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