#D6314C

Color #D6314C Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D6314C

Tints of Amaranth #D6314C

Color information

#D6314C (or 0xD6314C) is unknown color: approx 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

RGB2144976-
CMYK00.770.640.16
HSL350.18º66.8%51.57%-
HSV(B)350.18º77.1%83.92%-
XYZ30.1317.018.53-
YUV101.41113.66208.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214497600.770.640.16350.1866.851.57
HexD6314C04D401015e4334
Octal3266111401151002053610364
Binary110101101100011001100010011011000000100001010111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>