#D26D41

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

Shades of Red Damask #D26D41

Tints of Red Damask #D26D41

Color information

#D26D41 (or 0xD26D41) is unknown color: approx Red Damask. HEX triplet: D2, 6D and 41. RGB value is (210,109,65). Sum of RGB (Red+Green+Blue) = 210+109+65=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26D41 is #2D92BE. Grayscale: #868686. Windows color (decimal): -2986687 or 4287954. OLE color: 4287954.

HSL color Cylindrical-coordinate representation of color #D26D41: hue angle of 18.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D26D41 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB21010965-
CMYK00.480.690.18
HSL18.21º61.7%53.92%-
HSV(B)18.21º69.05%82.35%-
XYZ3325.028.09-
YUV134.1888.96182.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.69%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=54.69%
G=28.39%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101096500.480.690.1818.2161.753.92
HexD26D410304512123e36
Octal32215510106010522227666
Binary1101001011011011000001011000010001011001010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D41; }

 p { color: rgb(210,109,65); }

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

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

 a { background-color: rgb(210,109,65); }

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

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

 span { border-color: rgb(210,109,65); }

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