Html Css Color HEX #D6314D Amaranth

📋 copy color: '#D6314D'

red 214 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #D6314D

Tints of Amaranth #D6314D

RGB

 RED value IS 214 (83.98% from 255) = 62.94%

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

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

R = 62.94%
G = 14.41%
B = 22.65%

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

#D6314D (or 0xD6314D) is known color: Amaranth. HEX triplet: D6, 31 and 4D. RGB value is (214,49,77). Sum of RGB (Red+Green+Blue) = 214+49+77=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6314D is #29CEB2. Grayscale: #656565. Windows color (decimal): -2739891 or 5059030. OLE color: 5059030.

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

Color convert

RGB 214 49 77 -
CMYK 0 0.77 0.64 0.16
HSL 349.82º 0.67% 0.52% -
HSV(B) 349.82º 0.77% 0.84% -
XYZ 30.17 17.03 8.72 -
YUV 101.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 214 49 77 0 0.77 0.64 0.16 349.82 0.67 0.52
Hex D6 31 4D 0 4D 40 10 15E 43 34
Octal 326 61 115 0 115 100 20 536 103 64
Binary 11010110 110001 1001101 0 1001101 1000000 10000 101011110 1000011 110100

Color Harmonies of #D6314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6314D

Black with #D6314D

Text Example


Text Example

White with #D6314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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