#D8514D

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

Shades of Valencia #D8514D

Tints of Valencia #D8514D

Color information

#D8514D (or 0xD8514D) is unknown color: approx Valencia. HEX triplet: D8, 51 and 4D. RGB value is (216,81,77). Sum of RGB (Red+Green+Blue) = 216+81+77=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8514D is #27AEB2. Grayscale: #797979. Windows color (decimal): -2600627 or 5067224. OLE color: 5067224.

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

Color convert

RGB2168177-
CMYK00.620.640.15
HSL1.73º64.06%57.45%-
HSV(B)1.73º64.35%84.71%-
XYZ32.621.029.36-
YUV120.91103.23195.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.75%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=57.75%
G=21.66%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216817700.620.640.151.7364.0657.45
HexD8514D03E40F24039
Octal33012111507610017210071
Binary1101100010100011001101011111010000001111101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8514D; }

 p { color: rgb(216,81,77); }

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

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

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

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

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

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

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