Html Css Color HEX #D17045 Red Damask

📋 copy color: '#D17045'

red 209 ◦ green 112 ◦ blue 69

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

Shades of Red Damask #D17045

Tints of Red Damask #D17045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 53.59%
G = 28.72%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D17045 (or 0xD17045) is known color: Red Damask. HEX triplet: D1, 70 and 45. RGB value is (209,112,69). Sum of RGB (Red+Green+Blue) = 209+112+69=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D17045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17045 is #2E8FBA. Grayscale: #888888. Windows color (decimal): -3051451 or 4550865. OLE color: 4550865.

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

Color convert

RGB 209 112 69 -
CMYK 0 0.46 0.67 0.18
HSL 18.43º 0.6% 0.55% -
HSV(B) 18.43º 0.67% 0.82% -
XYZ 33.16 25.57 8.82 -
YUV 136.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 209 112 69 0 0.46 0.67 0.18 18.43 0.6 0.55
Hex D1 70 45 0 2E 43 12 12 3C 37
Octal 321 160 105 0 56 103 22 22 74 67
Binary 11010001 1110000 1000101 0 101110 1000011 10010 10010 111100 110111

Color Harmonies of #D17045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17045

Black with #D17045

Text Example


Text Example

White with #D17045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17045; }

 p { color: rgb(209,112,69); }

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

background-color css

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

 a { background-color: rgb(209,112,69); }

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

border-color css

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

 span { border-color: rgb(209,112,69); }

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