Html Css Color HEX #D8314A Amaranth

📋 copy color: '#D8314A'

red 216 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #D8314A

Tints of Amaranth #D8314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 63.72%
G = 14.45%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8314A (or 0xD8314A) is known color: Amaranth. HEX triplet: D8, 31 and 4A. RGB value is (216,49,74). Sum of RGB (Red+Green+Blue) = 216+49+74=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8314A is #27CEB5. Grayscale: #656565. Windows color (decimal): -2608822 or 4862424. OLE color: 4862424.

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

Color convert

RGB 216 49 74 -
CMYK 0 0.77 0.66 0.15
HSL 351.02º 0.68% 0.52% -
HSV(B) 351.02º 0.77% 0.85% -
XYZ 30.65 17.29 8.2 -
YUV 101.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 216 49 74 0 0.77 0.66 0.15 351.02 0.68 0.52
Hex D8 31 4A 0 4D 42 F 15F 44 34
Octal 330 61 112 0 115 102 17 537 104 64
Binary 11011000 110001 1001010 0 1001101 1000010 1111 101011111 1000100 110100

Color Harmonies of #D8314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8314A

Black with #D8314A

Text Example


Text Example

White with #D8314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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