#D75D53

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

Shades of Valencia #D75D53

Tints of Valencia #D75D53

Color information

#D75D53 (or 0xD75D53) is unknown color: approx Valencia. HEX triplet: D7, 5D and 53. RGB value is (215,93,83). Sum of RGB (Red+Green+Blue) = 215+93+83=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D53 is #28A2AC. Grayscale: #808080. Windows color (decimal): -2663085 or 5463511. OLE color: 5463511.

HSL color Cylindrical-coordinate representation of color #D75D53: hue angle of 4.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75D53 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2159383-
CMYK00.570.610.16
HSL4.55º62.26%58.43%-
HSV(B)4.55º61.4%84.31%-
XYZ33.522.910.84-
YUV128.34102.42189.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.99%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=54.99%
G=23.79%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215938300.570.610.164.5562.2658.43
HexD75D530393D1053e3a
Octal327135123071752057672
Binary1101011110111011010011011100111110110000101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D53; }

 p { color: rgb(215,93,83); }

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

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

 a { background-color: rgb(215,93,83); }

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

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

 span { border-color: rgb(215,93,83); }

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