#D92948

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

Shades of Amaranth #D92948

Tints of Amaranth #D92948

Color information

#D92948 (or 0xD92948) is unknown color: approx Amaranth. HEX triplet: D9, 29 and 48. RGB value is (217,41,72). Sum of RGB (Red+Green+Blue) = 217+41+72=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92948 is #26D6B7. Grayscale: #616161. Windows color (decimal): -2545336 or 4729305. OLE color: 4729305.

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

Color convert

RGB2174172-
CMYK00.810.670.15
HSL349.43º69.84%50.59%-
HSV(B)349.43º81.11%85.1%-
XYZ30.5816.817.76-
YUV97.16113.81213.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.76%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=65.76%
G=12.42%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217417200.810.670.15349.4369.8450.59
HexD9294805143F15d4633
Octal3315111001211031753510663
Binary11011001101001100100001010001100001111111010111011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92948; }

 p { color: rgb(217,41,72); }

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

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

 a { background-color: rgb(217,41,72); }

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

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

 span { border-color: rgb(217,41,72); }

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