#D95247

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

Shades of Valencia #D95247

Tints of Valencia #D95247

Color information

#D95247 (or 0xD95247) is unknown color: approx Valencia. HEX triplet: D9, 52 and 47. RGB value is (217,82,71). Sum of RGB (Red+Green+Blue) = 217+82+71=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95247 is #26ADB8. Grayscale: #797979. Windows color (decimal): -2534841 or 4674265. OLE color: 4674265.

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

Color convert

RGB2178271-
CMYK00.620.670.15
HSL4.52º65.77%56.47%-
HSV(B)4.52º67.28%85.1%-
XYZ32.7721.248.33-
YUV121.1199.73196.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.65%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 71 (28.12% from 255) = 19.19%
R=58.65%
G=22.16%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217827100.620.670.154.5265.7756.47
HexD9524703E43F54238
Octal33112210707610317510270
Binary11011001101001010001110111110100001111111011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95247; }

 p { color: rgb(217,82,71); }

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

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

 a { background-color: rgb(217,82,71); }

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

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

 span { border-color: rgb(217,82,71); }

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