#D9374E

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

Shades of Amaranth #D9374E

Tints of Amaranth #D9374E

Color information

#D9374E (or 0xD9374E) is unknown color: approx Amaranth. HEX triplet: D9, 37 and 4E. RGB value is (217,55,78). Sum of RGB (Red+Green+Blue) = 217+55+78=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9374E is #26C8B1. Grayscale: #6A6A6A. Windows color (decimal): -2541746 or 5126105. OLE color: 5126105.

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

Color convert

RGB2175578-
CMYK00.750.640.15
HSL351.48º68.07%53.33%-
HSV(B)351.48º74.65%85.1%-
XYZ31.3618.039.04-
YUV106.06112.17207.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=62%
G=15.71%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217557800.750.640.15351.4868.0753.33
HexD9374E04B40F15f4435
Octal3316711601131001753710465
Binary11011001110111100111001001011100000011111010111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9374E; }

 p { color: rgb(217,55,78); }

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

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

 a { background-color: rgb(217,55,78); }

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

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

 span { border-color: rgb(217,55,78); }

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