#D9354F

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

Shades of Amaranth #D9354F

Tints of Amaranth #D9354F

Color information

#D9354F (or 0xD9354F) is unknown color: approx Amaranth. HEX triplet: D9, 35 and 4F. RGB value is (217,53,79). Sum of RGB (Red+Green+Blue) = 217+53+79=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9354F is #26CAB0. Grayscale: #696969. Windows color (decimal): -2542257 or 5191129. OLE color: 5191129.

HSL color Cylindrical-coordinate representation of color #D9354F: hue angle of 350.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9354F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2175379-
CMYK00.760.640.15
HSL350.49º68.33%52.94%-
HSV(B)350.49º75.58%85.1%-
XYZ31.317.869.2-
YUV105113.33207.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=62.18%
G=15.19%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217537900.760.640.15350.4968.3352.94
HexD9354F04C40F15e4435
Octal3316511701141001753610465
Binary11011001110101100111101001100100000011111010111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9354F; }

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

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

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

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

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

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

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

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