#D31E4E

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

Shades of Amaranth #D31E4E

Tints of Amaranth #D31E4E

Color information

#D31E4E (or 0xD31E4E) is unknown color: approx Amaranth. HEX triplet: D3, 1E and 4E. RGB value is (211,30,78). Sum of RGB (Red+Green+Blue) = 211+30+78=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31E4E is #2CE1B1. Grayscale: #595959. Windows color (decimal): -2941362 or 5119699. OLE color: 5119699.

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

Color convert

RGB2113078-
CMYK00.860.630.17
HSL344.09º75.1%47.25%-
HSV(B)344.09º85.78%82.75%-
XYZ28.715.338.65-
YUV89.59121.47214.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.14%
GREEN value IS 30 (12.11% from 255) = 9.40%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=66.14%
G=9.40%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211307800.860.630.17344.0975.147.25
HexD31E4E0563F111584b2f
Octal323361160126772153011357
Binary1101001111110100111001010110111111100011010110001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31E4E; }

 p { color: rgb(211,30,78); }

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

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

 a { background-color: rgb(211,30,78); }

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

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

 span { border-color: rgb(211,30,78); }

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