#D3674E

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

Shades of Red Damask #D3674E

Tints of Red Damask #D3674E

Color information

#D3674E (or 0xD3674E) is unknown color: approx Red Damask. HEX triplet: D3, 67 and 4E. RGB value is (211,103,78). Sum of RGB (Red+Green+Blue) = 211+103+78=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3674E is #2C98B1. Grayscale: #848484. Windows color (decimal): -2922674 or 5138387. OLE color: 5138387.

HSL color Cylindrical-coordinate representation of color #D3674E: hue angle of 11.28º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3674E is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21110378-
CMYK00.510.630.17
HSL11.28º60.18%56.67%-
HSV(B)11.28º63.03%82.75%-
XYZ33.0924.110.12-
YUV132.4497.28184.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.83%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=53.83%
G=26.28%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111037800.510.630.1711.2860.1856.67
HexD3674E0333F11b3c39
Octal3231471160637721137471
Binary11010011110011110011100110011111111100011011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3674E; }

 p { color: rgb(211,103,78); }

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

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

 a { background-color: rgb(211,103,78); }

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

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

 span { border-color: rgb(211,103,78); }

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