#D6214C

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

Shades of Amaranth #D6214C

Tints of Amaranth #D6214C

Color information

#D6214C (or 0xD6214C) is unknown color: approx Amaranth. HEX triplet: D6, 21 and 4C. RGB value is (214,33,76). Sum of RGB (Red+Green+Blue) = 214+33+76=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6214C is #29DEB3. Grayscale: #5C5C5C. Windows color (decimal): -2743988 or 4989398. OLE color: 4989398.

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

Color convert

RGB2143376-
CMYK00.850.640.16
HSL345.75º73.28%48.43%-
HSV(B)345.75º84.58%83.92%-
XYZ29.5815.918.35-
YUV92.02118.97215-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.25%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=66.25%
G=10.22%
B=23.53%

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
Decimal214337600.850.640.16345.7573.2848.43
HexD6214C055401015a4930
Octal3264111401251002053211160
Binary110101101000011001100010101011000000100001010110101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6214C; }

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

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

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

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

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

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

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

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