#D25849

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

Shades of Valencia #D25849

Tints of Valencia #D25849

Color information

#D25849 (or 0xD25849) is unknown color: approx Valencia. HEX triplet: D2, 58 and 49. RGB value is (210,88,73). Sum of RGB (Red+Green+Blue) = 210+88+73=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D25849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25849 is #2DA7B6. Grayscale: #7A7A7A. Windows color (decimal): -2992055 or 4806866. OLE color: 4806866.

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

Color convert

RGB2108873-
CMYK00.580.650.18
HSL6.57º60.35%55.49%-
HSV(B)6.57º65.24%82.35%-
XYZ31.2721.168.74-
YUV122.7799.92190.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.60%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=56.60%
G=23.72%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210887300.580.650.186.5760.3555.49
HexD2584903A411273c37
Octal3221301110721012277467
Binary11010010101100010010010111010100000110010111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25849; }

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

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

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

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

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

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

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

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