#D95949

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

Shades of Valencia #D95949

Tints of Valencia #D95949

Color information

#D95949 (or 0xD95949) is unknown color: approx Valencia. HEX triplet: D9, 59 and 49. RGB value is (217,89,73). Sum of RGB (Red+Green+Blue) = 217+89+73=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D95949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95949 is #26A6B6. Grayscale: #7D7D7D. Windows color (decimal): -2533047 or 4807129. OLE color: 4807129.

HSL color Cylindrical-coordinate representation of color #D95949: hue angle of 6.67º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D95949 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB2178973-
CMYK00.590.660.15
HSL6.67º65.45%56.86%-
HSV(B)6.67º66.36%85.1%-
XYZ33.3922.388.86-
YUV125.4598.41193.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=57.26%
G=23.48%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217897300.590.660.156.6765.4556.86
HexD9594903B42F74139
Octal33113111107310217710171
Binary11011001101100110010010111011100001011111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95949; }

 p { color: rgb(217,89,73); }

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

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

 a { background-color: rgb(217,89,73); }

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

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

 span { border-color: rgb(217,89,73); }

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