#D8514B

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

Shades of Valencia #D8514B

Tints of Valencia #D8514B

Color information

#D8514B (or 0xD8514B) is unknown color: approx Valencia. HEX triplet: D8, 51 and 4B. RGB value is (216,81,75). Sum of RGB (Red+Green+Blue) = 216+81+75=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8514B is #27AEB4. Grayscale: #787878. Windows color (decimal): -2600629 or 4936152. OLE color: 4936152.

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

Color convert

RGB2168175-
CMYK00.620.650.15
HSL2.55º64.38%57.06%-
HSV(B)2.55º65.28%84.71%-
XYZ32.5320.998.99-
YUV120.68102.23195.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.06%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=58.06%
G=21.77%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216817500.620.650.152.5564.3857.06
HexD8514B03E41F34039
Octal33012111307610117310071
Binary1101100010100011001011011111010000011111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8514B; }

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

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

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

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

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

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

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

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