#D07450

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

Shades of Red Damask #D07450

Tints of Red Damask #D07450

Color information

#D07450 (or 0xD07450) is unknown color: approx Red Damask. HEX triplet: D0, 74 and 50. RGB value is (208,116,80). Sum of RGB (Red+Green+Blue) = 208+116+80=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D07450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07450 is #2F8BAF. Grayscale: #8B8B8B. Windows color (decimal): -3115952 or 5272784. OLE color: 5272784.

HSL color Cylindrical-coordinate representation of color #D07450: hue angle of 16.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D07450 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20811680-
CMYK00.440.620.18
HSL16.88º57.66%56.47%-
HSV(B)16.88º61.54%81.57%-
XYZ33.7126.4810.92-
YUV139.494.48176.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.49%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=51.49%
G=28.71%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081168000.440.620.1816.8857.6656.47
HexD0745002C3E12113a38
Octal3201641200547622217270
Binary110100001110100101000001011001111101001010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07450; }

 p { color: rgb(208,116,80); }

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

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

 a { background-color: rgb(208,116,80); }

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

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

 span { border-color: rgb(208,116,80); }

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