#D25851

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

Shades of Valencia #D25851

Tints of Valencia #D25851

Color information

#D25851 (or 0xD25851) is unknown color: approx Valencia. HEX triplet: D2, 58 and 51. RGB value is (210,88,81). Sum of RGB (Red+Green+Blue) = 210+88+81=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25851 is #2DA7AE. Grayscale: #7B7B7B. Windows color (decimal): -2992047 or 5331154. OLE color: 5331154.

HSL color Cylindrical-coordinate representation of color #D25851: hue angle of 3.26º degrees, saturation: 0.59, 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 #D25851 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2108881-
CMYK00.580.610.18
HSL3.26º58.9%57.06%-
HSV(B)3.26º61.43%82.35%-
XYZ31.5521.2810.23-
YUV123.68103.92189.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.41%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=55.41%
G=23.22%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210888100.580.610.183.2658.957.06
HexD2585103A3D1233b39
Octal322130121072752237371
Binary110100101011000101000101110101111011001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25851; }

 p { color: rgb(210,88,81); }

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

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

 a { background-color: rgb(210,88,81); }

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

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

 span { border-color: rgb(210,88,81); }

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