#D6354E

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

Shades of Amaranth #D6354E

Tints of Amaranth #D6354E

Color information

#D6354E (or 0xD6354E) is unknown color: approx Amaranth. HEX triplet: D6, 35 and 4E. RGB value is (214,53,78). Sum of RGB (Red+Green+Blue) = 214+53+78=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6354E is #29CAB1. Grayscale: #686868. Windows color (decimal): -2738866 or 5125590. OLE color: 5125590.

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

Color convert

RGB2145378-
CMYK00.750.640.16
HSL350.68º66.26%52.35%-
HSV(B)350.68º75.23%83.92%-
XYZ30.3817.398.96-
YUV103.99113.34206.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.03%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=62.03%
G=15.36%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214537800.750.640.16350.6866.2652.35
HexD6354E04B401015f4234
Octal3266511601131002053710264
Binary110101101101011001110010010111000000100001010111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6354E; }

 p { color: rgb(214,53,78); }

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

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

 a { background-color: rgb(214,53,78); }

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

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

 span { border-color: rgb(214,53,78); }

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