#D6354F

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

Shades of Amaranth #D6354F

Tints of Amaranth #D6354F

Color information

#D6354F (or 0xD6354F) is unknown color: approx Amaranth. HEX triplet: D6, 35 and 4F. RGB value is (214,53,79). Sum of RGB (Red+Green+Blue) = 214+53+79=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6354F is #29CAB0. Grayscale: #686868. Windows color (decimal): -2738865 or 5191126. OLE color: 5191126.

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

Color convert

RGB2145379-
CMYK00.750.630.16
HSL350.31º66.26%52.35%-
HSV(B)350.31º75.23%83.92%-
XYZ30.4217.419.15-
YUV104.1113.84206.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.85%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=61.85%
G=15.32%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214537900.750.630.16350.3166.2652.35
HexD6354F04B3F1015e4234
Octal326651170113772053610264
Binary11010110110101100111101001011111111100001010111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6354F; }

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

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

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

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

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

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

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

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