#D85243

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

Shades of Valencia #D85243

Tints of Valencia #D85243

Color information

#D85243 (or 0xD85243) is unknown color: approx Valencia. HEX triplet: D8, 52 and 43. RGB value is (216,82,67). Sum of RGB (Red+Green+Blue) = 216+82+67=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D85243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85243 is #27ADBC. Grayscale: #787878. Windows color (decimal): -2600381 or 4412120. OLE color: 4412120.

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

Color convert

RGB2168267-
CMYK00.620.690.15
HSL6.04º65.64%55.49%-
HSV(B)6.04º68.98%84.71%-
XYZ32.3521.047.67-
YUV120.3697.89196.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.18%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 67 (26.56% from 255) = 18.36%
R=59.18%
G=22.47%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216826700.620.690.156.0465.6455.49
HexD8524303E45F64237
Octal33012210307610517610267
Binary11011000101001010000110111110100010111111101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85243; }

 p { color: rgb(216,82,67); }

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

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

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

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

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

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

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