#d26646

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

Shades of Red Damask #D26646

Tints of Red Damask #D26646

Color information

#D26646 (or 0xD26646) is unknown color: approx Red Damask. HEX triplet: D2, 66 and 46. RGB value is (210,102,70). Sum of RGB (Red+Green+Blue) = 210+102+70=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D26646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26646 is #2D99B9. Grayscale: #828282. Windows color (decimal): -2988474 or 4613842. OLE color: 4613842.

HSL color Cylindrical-coordinate representation of color #D26646: hue angle of 13.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D26646 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB21010270-
CMYK00.510.670.18
HSL13.71º60.87%54.9%-
HSV(B)13.71º66.67%82.35%-
XYZ32.4423.658.65-
YUV130.6493.78184.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.97%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=54.97%
G=26.70%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101027000.510.670.1813.7160.8754.9
HexD266460334312e3d37
Octal32214610606310322167567
Binary110100101100110100011001100111000011100101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d26646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d26646; }

 p { color: rgb(210,102,70); }

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

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

 a { background-color: rgb(210,102,70); }

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

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

 span { border-color: rgb(210,102,70); }

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