Html Css Color HEX #D17242 Red Damask

📋 copy color: '#D17242'

red 209 ◦ green 114 ◦ blue 66

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

Shades of Red Damask #D17242

Tints of Red Damask #D17242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 53.73%
G = 29.31%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D17242 (or 0xD17242) is known color: Red Damask. HEX triplet: D1, 72 and 42. RGB value is (209,114,66). Sum of RGB (Red+Green+Blue) = 209+114+66=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D17242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17242 is #2E8DBD. Grayscale: #898989. Windows color (decimal): -3050942 or 4354769. OLE color: 4354769.

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

Color convert

RGB 209 114 66 -
CMYK 0 0.45 0.68 0.18
HSL 20.14º 0.61% 0.54% -
HSV(B) 20.14º 0.68% 0.82% -
XYZ 33.3 25.98 8.41 -
YUV 136.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 209 114 66 0 0.45 0.68 0.18 20.14 0.61 0.54
Hex D1 72 42 0 2D 44 12 14 3D 36
Octal 321 162 102 0 55 104 22 24 75 66
Binary 11010001 1110010 1000010 0 101101 1000100 10010 10100 111101 110110

Color Harmonies of #D17242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17242

Black with #D17242

Text Example


Text Example

White with #D17242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17242; }

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

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

background-color css

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

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

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

border-color css

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

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

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