#D92644

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

Shades of Amaranth #D92644

Tints of Amaranth #D92644

Color information

#D92644 (or 0xD92644) is unknown color: approx Amaranth. HEX triplet: D9, 26 and 44. RGB value is (217,38,68). Sum of RGB (Red+Green+Blue) = 217+38+68=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D92644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92644 is #26D9BB. Grayscale: #5F5F5F. Windows color (decimal): -2546108 or 4466393. OLE color: 4466393.

HSL color Cylindrical-coordinate representation of color #D92644: hue angle of 349.94º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92644 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2173868-
CMYK00.820.690.15
HSL349.94º70.2%50%-
HSV(B)349.94º82.49%85.1%-
XYZ30.3516.567.06-
YUV94.94112.8215.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.18%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=67.18%
G=11.76%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217386800.820.690.15349.9470.250
HexD9264405245F15e4632
Octal3314610401221051753610662
Binary11011001100110100010001010010100010111111010111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92644; }

 p { color: rgb(217,38,68); }

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

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

 a { background-color: rgb(217,38,68); }

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

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

 span { border-color: rgb(217,38,68); }

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