#D92744

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

Shades of Amaranth #D92744

Tints of Amaranth #D92744

Color information

#D92744 (or 0xD92744) is unknown color: approx Amaranth. HEX triplet: D9, 27 and 44. RGB value is (217,39,68). Sum of RGB (Red+Green+Blue) = 217+39+68=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D92744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92744 is #26D8BB. Grayscale: #5F5F5F. Windows color (decimal): -2545852 or 4466649. OLE color: 4466649.

HSL color Cylindrical-coordinate representation of color #D92744: hue angle of 350.22º 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 #D92744 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2173968-
CMYK00.820.690.15
HSL350.22º70.08%50.2%-
HSV(B)350.22º82.03%85.1%-
XYZ30.3816.627.08-
YUV95.53112.47214.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.98%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=66.98%
G=12.04%
B=20.99%

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
Decimal217396800.820.690.15350.2270.0850.2
HexD9274405245F15e4632
Octal3314710401221051753610662
Binary11011001100111100010001010010100010111111010111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92744; }

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

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

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

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

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

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

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

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