#D8234C

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

Shades of Amaranth #D8234C

Tints of Amaranth #D8234C

Color information

#D8234C (or 0xD8234C) is unknown color: approx Amaranth. HEX triplet: D8, 23 and 4C. RGB value is (216,35,76). Sum of RGB (Red+Green+Blue) = 216+35+76=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8234C is #27DCB3. Grayscale: #5D5D5D. Windows color (decimal): -2612404 or 4989912. OLE color: 4989912.

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

Color convert

RGB2163576-
CMYK00.840.650.15
HSL346.41º72.11%49.22%-
HSV(B)346.41º83.8%84.71%-
XYZ30.2216.328.4-
YUV93.79117.97215.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.06%
GREEN value IS 35 (14.06% from 255) = 10.70%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=66.06%
G=10.70%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216357600.840.650.15346.4172.1149.22
HexD8234C05441F15a4831
Octal3304311401241011753211061
Binary11011000100011100110001010100100000111111010110101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8234C; }

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

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

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

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

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

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

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

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