#D85353

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

Shades of Valencia #D85353

Tints of Valencia #D85353

Color information

#D85353 (or 0xD85353) is unknown color: approx Valencia. HEX triplet: D8, 53 and 53. RGB value is (216,83,83). Sum of RGB (Red+Green+Blue) = 216+83+83=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85353 is #27ACAC. Grayscale: #7A7A7A. Windows color (decimal): -2600109 or 5460952. OLE color: 5460952.

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

Color convert

RGB2168383-
CMYK00.620.620.15
HSL63.03%58.63%-
HSV(B)61.57%84.71%-
XYZ32.9721.4110.58-
YUV122.77105.56194.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.54%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 83 (32.81% from 255) = 21.73%
R=56.54%
G=21.73%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216838300.620.620.15063.0358.63
HexD8535303E3EF03f3b
Octal330123123076761707773
Binary1101100010100111010011011111011111011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85353; }

 p { color: rgb(216,83,83); }

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

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

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

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

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

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

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