Html Css Color HEX #D26948 Red Damask

📋 copy color: '#D26948'

red 210 ◦ green 105 ◦ blue 72

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

Shades of Red Damask #D26948

Tints of Red Damask #D26948

RGB

 RED value IS 210 (82.42% from 255) = 54.26%

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 54.26%
G = 27.13%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D26948 (or 0xD26948) is known color: Red Damask. HEX triplet: D2, 69 and 48. RGB value is (210,105,72). Sum of RGB (Red+Green+Blue) = 210+105+72=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D26948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26948 is #2D96B7. Grayscale: #848484. Windows color (decimal): -2987704 or 4745682. OLE color: 4745682.

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

Color convert

RGB 210 105 72 -
CMYK 0 0.50 0.66 0.18
HSL 14.35º 0.61% 0.55% -
HSV(B) 14.35º 0.66% 0.82% -
XYZ 32.8 24.27 9.09 -
YUV 132.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 210 105 72 0 0.50 0.66 0.18 14.35 0.61 0.55
Hex D2 69 48 0 32 42 12 E 3D 37
Octal 322 151 110 0 62 102 22 16 75 67
Binary 11010010 1101001 1001000 0 110010 1000010 10010 1110 111101 110111

Color Harmonies of #D26948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26948

Black with #D26948

Text Example


Text Example

White with #D26948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26948; }

 p { color: rgb(210,105,72); }

 H1.HeaderClassName
 {
   color: #D26948;
 }
 .AnyTagClassName
 {
   color: #D26948;
 }
</style>

background-color css

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

 a { background-color: rgb(210,105,72); }

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

border-color css

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

 span { border-color: rgb(210,105,72); }

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