#d32853

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

Shades of Amaranth #D32853

Tints of Amaranth #D32853

Color information

#D32853 (or 0xD32853) is unknown color: approx Amaranth. HEX triplet: D3, 28 and 53. RGB value is (211,40,83). Sum of RGB (Red+Green+Blue) = 211+40+83=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D32853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32853 is #2CD7AC. Grayscale: #606060. Windows color (decimal): -2938797 or 5449939. OLE color: 5449939.

HSL color Cylindrical-coordinate representation of color #D32853: hue angle of 344.91º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32853 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB2114083-
CMYK00.810.610.17
HSL344.91º68.13%49.22%-
HSV(B)344.91º81.04%82.75%-
XYZ29.1815.999.73-
YUV96.03120.65210-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.17%
GREEN value IS 40 (16.02% from 255) = 11.98%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=63.17%
G=11.98%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211408300.810.610.17344.9168.1349.22
HexD328530513D111594431
Octal323501230121752153110461
Binary11010011101000101001101010001111101100011010110011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d32853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d32853; }

 p { color: rgb(211,40,83); }

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

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

 a { background-color: rgb(211,40,83); }

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

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

 span { border-color: rgb(211,40,83); }

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