#D25650

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

Shades of Valencia #D25650

Tints of Valencia #D25650

Color information

#D25650 (or 0xD25650) is unknown color: approx Valencia. HEX triplet: D2, 56 and 50. RGB value is (210,86,80). Sum of RGB (Red+Green+Blue) = 210+86+80=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D25650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25650 is #2DA9AF. Grayscale: #7A7A7A. Windows color (decimal): -2992560 or 5265106. OLE color: 5265106.

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

Color convert

RGB2108680-
CMYK00.590.620.18
HSL2.77º59.09%56.86%-
HSV(B)2.77º61.9%82.35%-
XYZ31.3520.949.98-
YUV122.39104.08190.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.85%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=55.85%
G=22.87%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210868000.590.620.182.7759.0956.86
HexD2565003B3E1233b39
Octal322126120073762237371
Binary110100101010110101000001110111111101001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25650; }

 p { color: rgb(210,86,80); }

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

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

 a { background-color: rgb(210,86,80); }

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

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

 span { border-color: rgb(210,86,80); }

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