#d46e46

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

Shades of Red Damask #D46E46

Tints of Red Damask #D46E46

Color information

#D46E46 (or 0xD46E46) is unknown color: approx Red Damask. HEX triplet: D4, 6E and 46. RGB value is (212,110,70). Sum of RGB (Red+Green+Blue) = 212+110+70=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46E46 is #2B91B9. Grayscale: #888888. Windows color (decimal): -2855354 or 4615892. OLE color: 4615892.

HSL color Cylindrical-coordinate representation of color #D46E46: hue angle of 16.9º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D46E46 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21211070-
CMYK00.480.670.17
HSL16.9º62.28%55.29%-
HSV(B)16.9º66.98%83.14%-
XYZ33.8325.598.95-
YUV135.9490.79182.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.08%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=54.08%
G=28.06%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121107000.480.670.1716.962.2855.29
HexD46E460304311113e37
Octal32415610606010321217667
Binary1101010011011101000110011000010000111000110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d46e46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d46e46; }

 p { color: rgb(212,110,70); }

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

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

 a { background-color: rgb(212,110,70); }

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

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

 span { border-color: rgb(212,110,70); }

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