Html Css Color HEX #D17248 Red Damask

📋 copy color: '#D17248'

red 209 ◦ green 114 ◦ blue 72

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

Shades of Red Damask #D17248

Tints of Red Damask #D17248

RGB

 RED value IS 209 (82.03% from 255) = 52.91%

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 52.91%
G = 28.86%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D17248 (or 0xD17248) is known color: Red Damask. HEX triplet: D1, 72 and 48. RGB value is (209,114,72). Sum of RGB (Red+Green+Blue) = 209+114+72=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D17248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17248 is #2E8DB7. Grayscale: #898989. Windows color (decimal): -3050936 or 4747985. OLE color: 4747985.

HSL color Cylindrical-coordinate representation of color #D17248: hue angle of 18.39º degrees, saturation: 0.6, 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 #D17248 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 72 -
CMYK 0 0.45 0.66 0.18
HSL 18.39º 0.6% 0.55% -
HSV(B) 18.39º 0.66% 0.82% -
XYZ 33.48 26.06 9.4 -
YUV 137.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 209 114 72 0 0.45 0.66 0.18 18.39 0.6 0.55
Hex D1 72 48 0 2D 42 12 12 3C 37
Octal 321 162 110 0 55 102 22 22 74 67
Binary 11010001 1110010 1001000 0 101101 1000010 10010 10010 111100 110111

Color Harmonies of #D17248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17248

Black with #D17248

Text Example


Text Example

White with #D17248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17248; }

 p { color: rgb(209,114,72); }

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

background-color css

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

 a { background-color: rgb(209,114,72); }

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

border-color css

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

 span { border-color: rgb(209,114,72); }

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