#D07345

Color #D07345 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D07345

Tints of Red Damask #D07345

Color information

#D07345 (or 0xD07345) is unknown color: approx Red Damask. HEX triplet: D0, 73 and 45. RGB value is (208,115,69). Sum of RGB (Red+Green+Blue) = 208+115+69=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D07345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07345 is #2F8CBA. Grayscale: #898989. Windows color (decimal): -3116219 or 4551632. OLE color: 4551632.

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

Color convert

RGB20811569-
CMYK00.450.670.18
HSL19.86º59.66%54.31%-
HSV(B)19.86º66.83%81.57%-
XYZ33.2226.18.92-
YUV137.5689.31178.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.06%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=53.06%
G=29.34%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081156900.450.670.1819.8659.6654.31
HexD0734502D4312143c36
Octal32016310505510322247466
Binary1101000011100111000101010110110000111001010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07345; }

 p { color: rgb(208,115,69); }

 H1.HeaderClassName
 {
   color: #D07345;
 }
 .AnyTagClassName
 {
   color: #D07345;
 }
</style>
background-color css

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

 a { background-color: rgb(208,115,69); }

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

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

 span { border-color: rgb(208,115,69); }

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