#D6214D

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

Shades of Amaranth #D6214D

Tints of Amaranth #D6214D

Color information

#D6214D (or 0xD6214D) is unknown color: approx Amaranth. HEX triplet: D6, 21 and 4D. RGB value is (214,33,77). Sum of RGB (Red+Green+Blue) = 214+33+77=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6214D is #29DEB2. Grayscale: #5C5C5C. Windows color (decimal): -2743987 or 5054934. OLE color: 5054934.

HSL color Cylindrical-coordinate representation of color #D6214D: hue angle of 345.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6214D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2143377-
CMYK00.850.640.16
HSL345.41º73.28%48.43%-
HSV(B)345.41º84.58%83.92%-
XYZ29.6115.928.53-
YUV92.14119.47214.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.05%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=66.05%
G=10.19%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214337700.850.640.16345.4173.2848.43
HexD6214D05540101594930
Octal3264111501251002053111160
Binary110101101000011001101010101011000000100001010110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6214D; }

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

 H1.HeaderClassName
 {
   color: #D6214D;
 }
 .AnyTagClassName
 {
   color: #D6214D;
 }
</style>
background-color css

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

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

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

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

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

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