#D26C41

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

Shades of Red Damask #D26C41

Tints of Red Damask #D26C41

Color information

#D26C41 (or 0xD26C41) is unknown color: approx Red Damask. HEX triplet: D2, 6C and 41. RGB value is (210,108,65). Sum of RGB (Red+Green+Blue) = 210+108+65=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C41 is #2D93BE. Grayscale: #858585. Windows color (decimal): -2986943 or 4287698. OLE color: 4287698.

HSL color Cylindrical-coordinate representation of color #D26C41: hue angle of 17.79º 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 #D26C41 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB21010865-
CMYK00.490.690.18
HSL17.79º61.7%53.92%-
HSV(B)17.79º69.05%82.35%-
XYZ32.924.818.06-
YUV133.689.29182.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.83%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=54.83%
G=28.20%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101086500.490.690.1817.7961.753.92
HexD26C410314512123e36
Octal32215410106110522227666
Binary1101001011011001000001011000110001011001010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C41; }

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

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

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

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

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

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

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

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