#D35656

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

Shades of Valencia #D35656

Tints of Valencia #D35656

Color information

#D35656 (or 0xD35656) is unknown color: approx Valencia. HEX triplet: D3, 56 and 56. RGB value is (211,86,86). Sum of RGB (Red+Green+Blue) = 211+86+86=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D35656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35656 is #2CA9A9. Grayscale: #7B7B7B. Windows color (decimal): -2927018 or 5658323. OLE color: 5658323.

HSL color Cylindrical-coordinate representation of color #D35656: hue angle of 0º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35656 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB2118686-
CMYK00.590.590.17
HSL58.69%58.24%-
HSV(B)59.24%82.75%-
XYZ31.8721.1811.21-
YUV123.38106.91190.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.09%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=55.09%
G=22.45%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211868600.590.590.17058.6958.24
HexD3565603B3B1103b3a
Octal323126126073732107372
Binary11010011101011010101100111011111011100010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35656; }

 p { color: rgb(211,86,86); }

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

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

 a { background-color: rgb(211,86,86); }

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

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

 span { border-color: rgb(211,86,86); }

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