#D3254F

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

Shades of Amaranth #D3254F

Tints of Amaranth #D3254F

Color information

#D3254F (or 0xD3254F) is unknown color: approx Amaranth. HEX triplet: D3, 25 and 4F. RGB value is (211,37,79). Sum of RGB (Red+Green+Blue) = 211+37+79=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D3254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3254F is #2CDAB0. Grayscale: #5D5D5D. Windows color (decimal): -2939569 or 5187027. OLE color: 5187027.

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

Color convert

RGB2113779-
CMYK00.820.630.17
HSL345.52º70.16%48.63%-
HSV(B)345.52º82.46%82.75%-
XYZ28.9415.748.91-
YUV93.81119.65211.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 64.53%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=64.53%
G=11.31%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211377900.820.630.17345.5270.1648.63
HexD3254F0523F1115a4631
Octal323451170122772153210661
Binary11010011100101100111101010010111111100011010110101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3254F; }

 p { color: rgb(211,37,79); }

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

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

 a { background-color: rgb(211,37,79); }

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

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

 span { border-color: rgb(211,37,79); }

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