#D81E4C

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

Shades of Amaranth #D81E4C

Tints of Amaranth #D81E4C

Color information

#D81E4C (or 0xD81E4C) is unknown color: approx Amaranth. HEX triplet: D8, 1E and 4C. RGB value is (216,30,76). Sum of RGB (Red+Green+Blue) = 216+30+76=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E4C is #27E1B3. Grayscale: #5A5A5A. Windows color (decimal): -2613684 or 4988632. OLE color: 4988632.

HSL color Cylindrical-coordinate representation of color #D81E4C: hue angle of 345.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E4C is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2163076-
CMYK00.860.650.15
HSL345.16º75.61%48.24%-
HSV(B)345.16º86.11%84.71%-
XYZ30.0916.058.35-
YUV90.86119.62217.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.08%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=67.08%
G=9.32%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216307600.860.650.15345.1675.6148.24
HexD81E4C05641F1594c30
Octal3303611401261011753111460
Binary1101100011110100110001010110100000111111010110011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81E4C; }

 p { color: rgb(216,30,76); }

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

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

 a { background-color: rgb(216,30,76); }

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

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

 span { border-color: rgb(216,30,76); }

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