Html Css Color HEX #D8314C Amaranth

📋 copy color: '#D8314C'

red 216 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #D8314C

Tints of Amaranth #D8314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 63.34%
G = 14.37%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8314C (or 0xD8314C) is known color: Amaranth. HEX triplet: D8, 31 and 4C. RGB value is (216,49,76). Sum of RGB (Red+Green+Blue) = 216+49+76=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8314C is #27CEB3. Grayscale: #666666. Windows color (decimal): -2608820 or 4993496. OLE color: 4993496.

HSL color Cylindrical-coordinate representation of color #D8314C: hue angle of 350.3º 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 #D8314C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 76 -
CMYK 0 0.77 0.65 0.15
HSL 350.3º 0.68% 0.52% -
HSV(B) 350.3º 0.77% 0.85% -
XYZ 30.72 17.32 8.56 -
YUV 102.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 216 49 76 0 0.77 0.65 0.15 350.3 0.68 0.52
Hex D8 31 4C 0 4D 41 F 15E 44 34
Octal 330 61 114 0 115 101 17 536 104 64
Binary 11011000 110001 1001100 0 1001101 1000001 1111 101011110 1000100 110100

Color Harmonies of #D8314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8314C

Black with #D8314C

Text Example


Text Example

White with #D8314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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