#D15351

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

Shades of Valencia #D15351

Tints of Valencia #D15351

Color information

#D15351 (or 0xD15351) is unknown color: approx Valencia. HEX triplet: D1, 53 and 51. RGB value is (209,83,81). Sum of RGB (Red+Green+Blue) = 209+83+81=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D15351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15351 is #2EACAE. Grayscale: #787878. Windows color (decimal): -3058863 or 5329873. OLE color: 5329873.

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

Color convert

RGB2098381-
CMYK00.600.610.18
HSL0.94º58.18%56.86%-
HSV(B)0.94º61.24%81.96%-
XYZ30.8720.3410.08-
YUV120.45105.74191.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=56.03%
G=22.25%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209838100.600.610.180.9458.1856.86
HexD1535103C3D1213a39
Octal321123121074752217271
Binary11010001101001110100010111100111101100101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15351; }

 p { color: rgb(209,83,81); }

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

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

 a { background-color: rgb(209,83,81); }

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

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

 span { border-color: rgb(209,83,81); }

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