Html Css Color HEX #D6314C Amaranth

📋 copy color: '#D6314C'

red 214 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #D6314C

Tints of Amaranth #D6314C

RGB

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

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

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

R = 63.13%
G = 14.45%
B = 22.42%

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

#D6314C (or 0xD6314C) is known color: Amaranth. HEX triplet: D6, 31 and 4C. RGB value is (214,49,76). Sum of RGB (Red+Green+Blue) = 214+49+76=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6314C is #29CEB3. Grayscale: #656565. Windows color (decimal): -2739892 or 4993494. OLE color: 4993494.

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

Color convert

RGB 214 49 76 -
CMYK 0 0.77 0.64 0.16
HSL 350.18º 0.67% 0.52% -
HSV(B) 350.18º 0.77% 0.84% -
XYZ 30.13 17.01 8.53 -
YUV 101.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 214 49 76 0 0.77 0.64 0.16 350.18 0.67 0.52
Hex D6 31 4C 0 4D 40 10 15E 43 34
Octal 326 61 114 0 115 100 20 536 103 64
Binary 11010110 110001 1001100 0 1001101 1000000 10000 101011110 1000011 110100

Color Harmonies of #D6314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6314C

Black with #D6314C

Text Example


Text Example

White with #D6314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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