#D95046

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

Shades of Valencia #D95046

Tints of Valencia #D95046

Color information

#D95046 (or 0xD95046) is unknown color: approx Valencia. HEX triplet: D9, 50 and 46. RGB value is (217,80,70). Sum of RGB (Red+Green+Blue) = 217+80+70=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D95046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95046 is #26AFB9. Grayscale: #777777. Windows color (decimal): -2535354 or 4608217. OLE color: 4608217.

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

Color convert

RGB2178070-
CMYK00.630.680.15
HSL4.08º65.92%56.27%-
HSV(B)4.08º67.74%85.1%-
XYZ32.5920.938.12-
YUV119.8299.89197.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.13%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=59.13%
G=21.80%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217807000.630.680.154.0865.9256.27
HexD9504603F44F44238
Octal33112010607710417410270
Binary11011001101000010001100111111100010011111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95046; }

 p { color: rgb(217,80,70); }

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

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

 a { background-color: rgb(217,80,70); }

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

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

 span { border-color: rgb(217,80,70); }

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