Html Css Color HEX #D26D41 Red Damask

📋 copy color: '#D26D41'

red 210 ◦ green 109 ◦ blue 65

#D26D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D26D41

Tints of Red Damask #D26D41

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 value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D26D41 (or 0xD26D41) is known color: 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

RGB 210 109 65 -
CMYK 0 0.48 0.69 0.18
HSL 18.21º 0.62% 0.54% -
HSV(B) 18.21º 0.69% 0.82% -
XYZ 33 25.02 8.09 -
YUV 134.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 210 109 65 0 0.48 0.69 0.18 18.21 0.62 0.54
Hex D2 6D 41 0 30 45 12 12 3E 36
Octal 322 155 101 0 60 105 22 22 76 66
Binary 11010010 1101101 1000001 0 110000 1000101 10010 10010 111110 110110

Color Harmonies of #D26D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26D41

Black with #D26D41

Text Example


Text Example

White with #D26D41

Text Example


Text Example

HTML Codes & Css Web 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>