#D95341

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

Shades of Valencia #D95341

Tints of Valencia #D95341

Color information

#D95341 (or 0xD95341) is unknown color: approx Valencia. HEX triplet: D9, 53 and 41. RGB value is (217,83,65). Sum of RGB (Red+Green+Blue) = 217+83+65=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D95341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95341 is #26ACBE. Grayscale: #797979. Windows color (decimal): -2534591 or 4281305. OLE color: 4281305.

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

Color convert

RGB2178365-
CMYK00.620.700.15
HSL7.11º66.67%55.29%-
HSV(B)7.11º70.05%85.1%-
XYZ32.6621.327.39-
YUV121.0196.39196.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.45%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=59.45%
G=22.74%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217836500.620.700.157.1166.6755.29
HexD9534103E46F74337
Octal33112310107610617710367
Binary11011001101001110000010111110100011011111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95341; }

 p { color: rgb(217,83,65); }

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

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

 a { background-color: rgb(217,83,65); }

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

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

 span { border-color: rgb(217,83,65); }

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