Html Css Color HEX #D07141 Red Damask

📋 copy color: '#D07141'

red 208 ◦ green 113 ◦ blue 65

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

Shades of Red Damask #D07141

Tints of Red Damask #D07141

RGB

 RED value IS 208 (81.64% from 255) = 53.89%

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 53.89%
G = 29.27%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07141 (or 0xD07141) is known color: Red Damask. HEX triplet: D0, 71 and 41. RGB value is (208,113,65). Sum of RGB (Red+Green+Blue) = 208+113+65=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D07141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07141 is #2F8EBE. Grayscale: #888888. Windows color (decimal): -3116735 or 4288976. OLE color: 4288976.

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

Color convert

RGB 208 113 65 -
CMYK 0 0.46 0.69 0.18
HSL 20.14º 0.6% 0.54% -
HSV(B) 20.14º 0.69% 0.82% -
XYZ 32.87 25.6 8.21 -
YUV 135.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 208 113 65 0 0.46 0.69 0.18 20.14 0.6 0.54
Hex D0 71 41 0 2E 45 12 14 3C 36
Octal 320 161 101 0 56 105 22 24 74 66
Binary 11010000 1110001 1000001 0 101110 1000101 10010 10100 111100 110110

Color Harmonies of #D07141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07141

Black with #D07141

Text Example


Text Example

White with #D07141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07141; }

 p { color: rgb(208,113,65); }

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

background-color css

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

 a { background-color: rgb(208,113,65); }

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

border-color css

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

 span { border-color: rgb(208,113,65); }

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