Html Css Color HEX #D8314D Amaranth

📋 copy color: '#D8314D'

red 216 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #D8314D

Tints of Amaranth #D8314D

RGB

 RED value IS 216 (84.77% from 255) = 63.16%

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

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

R = 63.16%
G = 14.33%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8314D (or 0xD8314D) is known color: Amaranth. HEX triplet: D8, 31 and 4D. RGB value is (216,49,77). Sum of RGB (Red+Green+Blue) = 216+49+77=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8314D is #27CEB2. Grayscale: #666666. Windows color (decimal): -2608819 or 5059032. OLE color: 5059032.

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

Color convert

RGB 216 49 77 -
CMYK 0 0.77 0.64 0.15
HSL 349.94º 0.68% 0.52% -
HSV(B) 349.94º 0.77% 0.85% -
XYZ 30.76 17.33 8.75 -
YUV 102.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 216 49 77 0 0.77 0.64 0.15 349.94 0.68 0.52
Hex D8 31 4D 0 4D 40 F 15E 44 34
Octal 330 61 115 0 115 100 17 536 104 64
Binary 11011000 110001 1001101 0 1001101 1000000 1111 101011110 1000100 110100

Color Harmonies of #D8314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8314D

Black with #D8314D

Text Example


Text Example

White with #D8314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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