#D92B51

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

Shades of Amaranth #D92B51

Tints of Amaranth #D92B51

Color information

#D92B51 (or 0xD92B51) is unknown color: approx Amaranth. HEX triplet: D9, 2B and 51. RGB value is (217,43,81). Sum of RGB (Red+Green+Blue) = 217+43+81=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B51 is #26D4AE. Grayscale: #636363. Windows color (decimal): -2544815 or 5319641. OLE color: 5319641.

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

Color convert

RGB2174381-
CMYK00.800.630.15
HSL346.9º69.6%50.98%-
HSV(B)346.9º80.18%85.1%-
XYZ30.9617.079.45-
YUV99.36117.65211.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.64%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=63.64%
G=12.61%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217438100.800.630.15346.969.650.98
HexD92B510503FF15b4633
Octal331531210120771753310663
Binary1101100110101110100010101000011111111111010110111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92B51; }

 p { color: rgb(217,43,81); }

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

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

 a { background-color: rgb(217,43,81); }

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

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

 span { border-color: rgb(217,43,81); }

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